"Error totblock" renamed into "Error: Not freed memory blocks"

This commit is contained in:
Ton Roosendaal 2011-03-28 18:56:43 +00:00
parent b2ac8ff1e1
commit 1c88199a71

@ -458,7 +458,7 @@ void WM_exit(bContext *C)
GHOST_DisposeSystemPaths();
if(MEM_get_memory_blocks_in_use()!=0) {
printf("Error Totblock: %d\n", MEM_get_memory_blocks_in_use());
printf("Error: Not freed memory blocks: %d\n", MEM_get_memory_blocks_in_use());
MEM_printmemlist();
}
wm_autosave_delete();