mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-04 08:33:55 +02:00
Found another long-time error in which a hash table created during
ext2spice is not freed. This may account for the rest of the memory leak that was partially fixed in the previous commit.
This commit is contained in:
@@ -265,6 +265,7 @@ EFFlatDone()
|
||||
efFreeNodeList(&efNodeList);
|
||||
HashFreeKill(&efCapHashTable);
|
||||
HashKill(&efNodeHashTable);
|
||||
HashKill(&efDistHashTable);
|
||||
HashKill(&efHNUseHashTable);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user