containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

mkcomposefs: Add missing free() #267

Closed eriksjolund closed 5 months ago

eriksjolund commented 5 months ago

This is OK but I really prefer using the cleanup attributes as a general rule because it makes error handling much more reliable.

Ok, I'll give it a try.

eriksjolund commented 5 months ago

Yes, this is better.