[Box Backup-commit] COMMIT r1335 - box/chris/general/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 3 22:14:06 GMT 2007


Author: chris
Date: 2007-03-03 22:14:05 +0000 (Sat, 03 Mar 2007)
New Revision: 1335

Modified:
   box/chris/general/lib/common/MainHelper.h
Log:
Initialise memory leak finder in MAINHELPER_START (from chris/merge)


Modified: box/chris/general/lib/common/MainHelper.h
===================================================================
--- box/chris/general/lib/common/MainHelper.h	2007-03-03 22:10:44 UTC (rev 1334)
+++ box/chris/general/lib/common/MainHelper.h	2007-03-03 22:14:05 UTC (rev 1335)
@@ -17,6 +17,7 @@
 #define MAINHELPER_START									\
 	if(argc == 2 && ::strcmp(argv[1], "--version") == 0)	\
 	{ printf(BOX_VERSION "\n"); return 0; }					\
+	MEMLEAKFINDER_INIT \
 	MEMLEAKFINDER_START										\
 	try {
 #define MAINHELPER_END																\




More information about the Boxbackup-commit mailing list