PengZheng opened a new pull request, #529:
URL: https://github.com/apache/celix/pull/529

   Note that all opened shared object come from `celix_module_loadLibrary`, 
which will add the handle to `module->libraryHandles`.
   Also note that for all installed bundles, `celix_module_closeLibraries` will 
close all opened shared object in `module->libraryHandles` when 
`framework_destroy`. Thus call `celix_libloader_close` on any shared object 
opened by `celix_module_loadLibrary` without removing it from 
`module->libraryHandles` must be a double-close.


-- 
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

Reply via email to