Fixing regression and rewrote portions of the memory handling of registered server plugins

This commit is contained in:
Dennis Luxen
2011-03-14 13:35:16 +00:00
parent 50373d0a94
commit da3789f2ce
3 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -53,8 +53,9 @@ public:
}
void EraseAll() {
if(table.size() > 0)
table.clear();
table.clear();
}
private:
MyHashTable table;
};