summaryrefslogtreecommitdiffstats
path: root/source/lib/talloc.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-14 06:51:34 +0000
committerMartin Pool <mbp@samba.org>2002-01-14 06:51:34 +0000
commit682e7cd394c1e1cc9a83f7e8e5e3694e083946c4 (patch)
treefc5f7ca11e99c7baeff0ba89eb33daebc2465fc7 /source/lib/talloc.c
parent312c6d906e64d231ff3c2f37e61d752cc948ee7b (diff)
downloadsamba-682e7cd394c1e1cc9a83f7e8e5e3694e083946c4.tar.gz
samba-682e7cd394c1e1cc9a83f7e8e5e3694e083946c4.tar.xz
samba-682e7cd394c1e1cc9a83f7e8e5e3694e083946c4.zip
FIXME We should turn the global list off when using Insure++,
otherwise all the memory will be seen as still reachable.
Diffstat (limited to 'source/lib/talloc.c')
-rw-r--r--source/lib/talloc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/lib/talloc.c b/source/lib/talloc.c
index bd9080dc342..7b6e987bc09 100644
--- a/source/lib/talloc.c
+++ b/source/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;