PengZheng commented on code in PR #476: URL: https://github.com/apache/celix/pull/476#discussion_r1122688942
########## libs/framework/src/celix_libloader.c: ########## @@ -34,13 +33,20 @@ celix_library_handle_t* celix_libloader_open(celix_bundle_context_t *ctx, const if (noDelete) { flags = RTLD_LAZY|RTLD_LOCAL|RTLD_NODELETE; Review Comment: There is a related issue #492, which may be fixed in another PR. -- 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