mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Merge pull request #16 from dariomanesku/master
Set handle to NULL in clUnload().
This commit is contained in:
@@ -888,6 +888,7 @@ namespace bx
|
||||
if (0 == ref)
|
||||
{
|
||||
dlclose(m_handle);
|
||||
m_handle = NULL;
|
||||
}
|
||||
|
||||
return ref;
|
||||
|
||||
Reference in New Issue
Block a user