Fixing regression and rewrote portions of the memory handling of registered server plugins
This commit is contained in:
@@ -53,8 +53,9 @@ public:
|
||||
}
|
||||
void EraseAll() {
|
||||
if(table.size() > 0)
|
||||
table.clear();
|
||||
table.clear();
|
||||
}
|
||||
|
||||
private:
|
||||
MyHashTable table;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user