mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-08 21:17:39 +03:00
Check for custom free function in global destructor
Calling a custom deallocation function in the global destructor could cause all kinds of unexpected problems. See for example https://github.com/sparklemotion/nokogiri/issues/2059 Only clean up if memory is managed with malloc/free.
This commit is contained in:
parent
8e7c20a1af
commit
956534e02e
Loading…
Reference in New Issue
Block a user