mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
fixed hashtable crash bug with WMStringHashCallbacks
This commit is contained in:
@@ -175,7 +175,7 @@ WMFreeHashTable(WMHashTable *table)
|
||||
item = table->table[i];
|
||||
while (item) {
|
||||
tmp = item->next;
|
||||
RELKEY(table, item);
|
||||
RELKEY(table, item->key);
|
||||
free(item);
|
||||
item = tmp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user