rlenferink opened a new issue #66: Memory used by libxml2 not released at program close URL: https://github.com/apache/celix/issues/66 There are a few memory leaks reported by valgrind for libxml2. These can probably be fixed by calling xmlCleanupParser() after the bundles which use libxml2 are done, but before the libxml2 library is unloaded. --- Original creation date: 11/Feb/15 Reporter: Daniel Parker
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
