Fixed CStrike extension shutdown crash (bug 5328, r=psychonic).

This commit is contained in:
Asher Baker 2012-06-08 20:29:06 -04:00
parent 6af30e8992
commit 7e199b0c7c

View File

@ -47,4 +47,6 @@ void RegNatives::UnregisterAll()
{
(*iter)->Destroy();
}
m_List.clear();
}