PengZheng commented on PR #657: URL: https://github.com/apache/celix/pull/657#issuecomment-1732949706
One leak turns out to be caused by `mg_init_library`: > This function is new in version 1.9 (as dummy implementation) and effective only from version 1.10. For compatibility reasons, other functions (such as [mg_start();](https://github.com/civetweb/civetweb/blob/master/docs/api/mg_start.md)) will initialize the required features as well, but they will no longer do a de-initialization, leaving a memory leak when the library is unloaded. https://github.com/civetweb/civetweb/blob/master/docs/api/mg_init_library.md -- 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. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org