From 7ea67748fab1a4aab21977cfd540df654316114d Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 2 Jun 2013 08:25:00 +0000 Subject: [PATCH] Holy whoops --- stat.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.39.2