We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dlclose()
1 parent 1ff294a commit e132e64Copy full SHA for e132e64
src/config.c
@@ -32,7 +32,7 @@ void clear_loaded_libraries() {
32
if (lbt_config.loaded_libs[idx] != NULL) {
33
free(lbt_config.loaded_libs[idx]->libname);
34
free(lbt_config.loaded_libs[idx]->active_forwards);
35
- close_library(lbt_config.loaded_libs[idx]->handle);
+ //close_library(lbt_config.loaded_libs[idx]->handle);
36
free(lbt_config.loaded_libs[idx]);
37
lbt_config.loaded_libs[idx] = NULL;
38
}
0 commit comments