From b4e756462cc011874edb13e1fe2991cac6d39f1f Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 18 May 2008 06:02:55 +0000 Subject: Whoops, forgot to free the stuff as well. --- mpq-fs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mpq-fs.c') diff --git a/mpq-fs.c b/mpq-fs.c index 811de8d..333e02b 100644 --- a/mpq-fs.c +++ b/mpq-fs.c @@ -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)); -- cgit v1.2.3