]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOSettings.cpp
memory leak tracking
[creaImageIO.git] / src2 / creaImageIOSettings.cpp
index 92908785bc43de2a340dfba8254150d64e3ad3a7..69ec28290af24d922aa56e6d2d010ef74d66b060 100644 (file)
@@ -4,6 +4,10 @@
 #include <iostream>
 #include <fstream>
 
+// Memory tracking allocation
+#ifdef _DEBUG
+#define new DEBUG_NEW
+#endif
 using namespace boost;
 namespace po = boost::program_options;