Mark unloaded extensions as not fully loaded (fixes #1574).
This commit is contained in:
parent
897878f8ae
commit
636161e183
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user