libimobiledevice / libimobiledevice-glue

A library with common code used by libraries and tools around the libimobiledevice project
GNU Lesser General Public License v2.1
91 stars 70 forks source link

Fix a memory leak #21

Closed demhademha closed 2 years ago

nikias commented 2 years ago

The free(*buffer) is not required as the allocation failed. The file should be closed though. Fixed with 0da2aa3.