Missed old code removal during recent refactor

This commit is contained in:
Kevin Tew 2011-04-21 18:16:21 -06:00
parent d197d39d2c
commit 8b049bb2ff

View File

@ -1506,7 +1506,6 @@ void GC_dispose_short_message_allocator(void *param) {
exit(1);
}
free_orphaned_page(gc, tmp);
free_mpage(tmp);
}
free(msgm);
}