Mark unloaded extensions as not fully loaded (fixes #1574).
This commit is contained in:
committed by
Nicholas Hastings
parent
897878f8ae
commit
636161e183
@@ -240,6 +240,8 @@ void CLocalExtension::Unload()
|
||||
m_pLib->CloseLibrary();
|
||||
m_pLib = NULL;
|
||||
}
|
||||
|
||||
m_bFullyLoaded = false;
|
||||
}
|
||||
|
||||
bool CRemoteExtension::Reload(char *error, size_t maxlength)
|
||||
|
||||
Reference in New Issue
Block a user