Mark unloaded extensions as not fully loaded (fixes #1574).

This commit is contained in:
Nick Hastings
2021-10-24 08:52:32 -05:00
committed by Nicholas Hastings
parent 897878f8ae
commit 636161e183
+2
View File
@@ -240,6 +240,8 @@ void CLocalExtension::Unload()
m_pLib->CloseLibrary(); m_pLib->CloseLibrary();
m_pLib = NULL; m_pLib = NULL;
} }
m_bFullyLoaded = false;
} }
bool CRemoteExtension::Reload(char *error, size_t maxlength) bool CRemoteExtension::Reload(char *error, size_t maxlength)