Holy whoops

This commit is contained in:
Dale Weiler 2013-06-02 08:25:00 +00:00
parent 9af3c502da
commit 7ea67748fa

2
stat.c
View file

@ -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) {