summaryrefslogtreecommitdiff
path: root/source3/lib/talloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/talloc.c')
-rw-r--r--source3/lib/talloc.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c
index 7d7ec86cc2..8496170daf 100644
--- a/source3/lib/talloc.c
+++ b/source3/lib/talloc.c
@@ -45,7 +45,13 @@
* memory it contains all in one allocation, which might be a bit
* faster and perhaps use less memory overhead.
*
- * That smells like a premature optimization, though. -- mbp */
+ * That smells like a premature optimization, though. -- mbp
+ **/
+
+/**
+ * If you want testing for memory corruption, link with dmalloc or use
+ * Insure++. It doesn't seem useful to duplicate them here.
+ **/
#include "includes.h"