Fixed CStrike extension shutdown crash (bug 5328, r=psychonic).
This commit is contained in:
parent
6af30e8992
commit
7e199b0c7c
@ -47,4 +47,6 @@ void RegNatives::UnregisterAll()
|
|||||||
{
|
{
|
||||||
(*iter)->Destroy();
|
(*iter)->Destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_List.clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user