[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57158] trunk/blender/intern/guardedalloc/ intern/mallocn.c: Fix to actually disable DEBUG_BACKTRACE by default.

Brecht Van Lommel brechtvanlommel at pandora.be
Fri May 31 14:36:36 CEST 2013


Revision: 57158
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57158
Author:   blendix
Date:     2013-05-31 12:36:35 +0000 (Fri, 31 May 2013)
Log Message:
-----------
Fix to actually disable DEBUG_BACKTRACE by default.

Modified Paths:
--------------
    trunk/blender/intern/guardedalloc/intern/mallocn.c

Modified: trunk/blender/intern/guardedalloc/intern/mallocn.c
===================================================================
--- trunk/blender/intern/guardedalloc/intern/mallocn.c	2013-05-31 10:31:44 UTC (rev 57157)
+++ trunk/blender/intern/guardedalloc/intern/mallocn.c	2013-05-31 12:36:35 UTC (rev 57158)
@@ -92,7 +92,7 @@
  * memory block was allocated and print this trace for all
  * unfreed blocks.
  */
-#define DEBUG_BACKTRACE
+//#define DEBUG_BACKTRACE
 
 #ifdef DEBUG_BACKTRACE
 #  define BACKTRACE_SIZE 100




More information about the Bf-blender-cvs mailing list