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.
1 parent 2764672 commit 051cfd5Copy full SHA for 051cfd5
src/multi_library_class_loader.cpp
@@ -80,6 +80,7 @@ void MultiLibraryClassLoader::loadLibrary(const std::string& library_path)
80
81
void MultiLibraryClassLoader::shutdownAllClassLoaders()
82
{
83
+ if (isOnDemandLoadUnloadEnabled()) return;
84
std::vector<std::string> available_libraries = getRegisteredLibraries();
85
for(unsigned int c = 0; c < available_libraries.size(); c++)
86
unloadLibrary(available_libraries.at(c));
0 commit comments