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 0036fe29cd
commit c275bcdb96

View File

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