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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c
index bd9080dc34..7b6e987bc0 100644
--- a/source3/lib/talloc.c
+++ b/source3/lib/talloc.c
@@ -78,6 +78,9 @@ struct talloc_ctx {
/**
* Start of linked list of all talloc pools.
+ *
+ * @fixme We should turn the global list off when using Insure++,
+ * otherwise all the memory will be seen as still reachable.
**/
TALLOC_CTX *list_head = NULL;