From: Dale Weiler Date: Sun, 2 Jun 2013 08:25:00 +0000 (+0000) Subject: Holy whoops X-Git-Tag: v0.3.0~151^2~16 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=7ea67748fab1a4aab21977cfd540df654316114d Holy whoops --- diff --git a/stat.c b/stat.c index 7747763..5c1a6f4 100644 --- a/stat.c +++ b/stat.c @@ -82,6 +82,8 @@ void stat_mem_deallocate(void *ptr) { /* move ahead */ if (info == stat_mem_block_root) stat_mem_block_root = info->next; + + free(info); } void *stat_mem_reallocate(void *ptr, size_t size, size_t line, const char *file) {