X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/4fae6cd38d55997e77fdbe31e204511a2a9de154..c7e8af13d4aefe8237e925bf817c56e802aaf7b0:/source/blender/windowmanager/intern/wm_init_exit.c?ds=sidebyside diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c index 97fb2022150..e36d9c0b0ab 100644 --- a/source/blender/windowmanager/intern/wm_init_exit.c +++ b/source/blender/windowmanager/intern/wm_init_exit.c @@ -65,7 +65,6 @@ #include "BLI_listbase.h" #include "BLI_string.h" #include "BLI_utildefines.h" -#include "BLI_cellalloc.h" #include "RE_engine.h" #include "RE_pipeline.h" /* RE_ free stuff */ @@ -444,10 +443,8 @@ void WM_exit_ext(bContext *C, const short do_python) GHOST_DisposeSystemPaths(); if(MEM_get_memory_blocks_in_use()!=0) { - printf("Error: Not freed memory blocks: %d\n", MEM_get_memory_blocks_in_use()+BLI_cellalloc_get_totblock()); + printf("Error: Not freed memory blocks: %d\n", MEM_get_memory_blocks_in_use()); MEM_printmemlist(); - BLI_cellalloc_printleaks(); - BLI_cellalloc_destroy(); } wm_autosave_delete();