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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-31 16:36:35 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-31 16:36:35 +0400
commitfe02323632bca510b9900d45ad4c45e8f16b0098 (patch)
tree04666864383ecdf3f5e6844a5bf1dc7580c9aeb9 /intern/guardedalloc
parent7f69cbb39fad3053746669ae400478886ef83842 (diff)
Fix to actually disable DEBUG_BACKTRACE by default.
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/intern/mallocn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/guardedalloc/intern/mallocn.c b/intern/guardedalloc/intern/mallocn.c
index 48738acc22a..4d31cade856 100644
--- a/intern/guardedalloc/intern/mallocn.c
+++ b/intern/guardedalloc/intern/mallocn.c
@@ -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