diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c index fcdcb802820..0d88f8ea1a6 100644 --- a/source/blender/windowmanager/intern/wm_init_exit.c +++ b/source/blender/windowmanager/intern/wm_init_exit.c @@ -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();