Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2011-03-28 22:56:43 +0400
committerTon Roosendaal <ton@blender.org>2011-03-28 22:56:43 +0400
commit1c88199a71d7184483a04a44210cfdb83b7ff442 (patch)
tree2f87f9b0eb790e5892355a3ca7560f369b303f8f /source/blender/windowmanager/intern/wm_init_exit.c
parentb2ac8ff1e16235ceedb52a65abebf30ff15e21fc (diff)
"Error totblock" renamed into "Error: Not freed memory blocks"
Diffstat (limited to 'source/blender/windowmanager/intern/wm_init_exit.c')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c2
1 files changed, 1 insertions, 1 deletions
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();