Merge pull request #16 from dariomanesku/master

Set handle to NULL in clUnload().
This commit is contained in:
Branimir Karadžić
2014-06-24 08:41:17 -07:00

View File

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