diff options
| author | pixel <pixel> | 2008-05-18 06:02:55 +0000 |
|---|---|---|
| committer | pixel <pixel> | 2008-05-18 06:02:55 +0000 |
| commit | b4e756462cc011874edb13e1fe2991cac6d39f1f (patch) | |
| tree | 949f0f3d48632531369b11a391173c04fd4296f6 | |
| parent | 1947b4aedbae747533a03c11cf6f426bcbb42280 (diff) | |
Whoops, forgot to free the stuff as well.
| -rw-r--r-- | mpq-fs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,7 @@ void mpqlib_shutdown() { if (!hash_table) return; if (hfirst(hash_table)) do { + free(hstuff(hash_table)); free(hkey(hash_table)); } while (hnext(hash_table)); |
