Set handle to NULL in clUnload().

This commit is contained in:
Dario Manesku
2014-06-24 10:04:19 +01:00
parent c756b5f273
commit aeb312c48a

View File

@@ -888,6 +888,7 @@ namespace bx
if (0 == ref)
{
dlclose(m_handle);
m_handle = NULL;
}
return ref;