[Kst] branches/work/kst/portto4/kst/src/datasources/ascii

Barth Netterfield netterfield at astro.utoronto.ca
Mon Nov 5 15:40:34 UTC 2012


SVN commit 1324114 by netterfield:

Turn off memory debugging in the ascii source.


 M  +1 -1      asciifiledata.cpp  


--- branches/work/kst/portto4/kst/src/datasources/ascii/asciifiledata.cpp #1324113:1324114
@@ -46,7 +46,7 @@
 size_t maxAllocate = (size_t) -1;
 #endif
 
-#define KST_MEMORY_DEBUG if(1)
+#define KST_MEMORY_DEBUG if(0)
 
 //-------------------------------------------------------------------------------------------
 static QMap<void*, size_t> allocatedMBs;


More information about the Kst mailing list