libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
532 stars 304 forks source link

+ plist_free_memory api #203

Closed azerg closed 2 years ago

azerg commented 2 years ago

plist_free_memory will allow callers to use heap manager of libplist to free memory allocated by libplist. Currently there are 5 apis that are able to allocate memory:

Instead of having 5 identical freeing apis, i would like to offer one generic one.

nikias commented 2 years ago

Solved it slightly different with commit c31beaaec196c26990139e3fc4f89f996d7b86e9.