AppImageCommunity / libappimage

Implements functionality for dealing with AppImage files
https://appimage.org
Other
46 stars 29 forks source link

use asprintf to allocate glob_pattern in appimage_registered_desktop_file_path() #186

Open darealshinji opened 1 year ago

darealshinji commented 1 year ago

By the way, I see several allocated strings that aren't freed. However explicitly freeing them creates double free errors in the tests, so not freeing them is the right thing to do here?