crun
crun copied to clipboard
status: add cleanup_free
trafficstars
The path variable is handled by STEAL_POINTER()
- https://github.com/containers/crun/blob/d89542c61520ac5c971090dfa3201e9c4ce18ad1/src/libcrun/status.c#L131
but cleanup_freewas missing.
Summary by Sourcery
Bug Fixes:
- Annotate
pathwithcleanup_freein status.c to prevent potential memory leaks.