FIXME We should turn the global list off when using Insure++,
authorMartin Pool <mbp@samba.org>
Mon, 14 Jan 2002 06:51:34 +0000 (06:51 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 14 Jan 2002 06:51:34 +0000 (06:51 +0000)
otherwise all the memory will be seen as still reachable.
(This used to be commit 682e7cd394c1e1cc9a83f7e8e5e3694e083946c4)

source3/lib/talloc.c

index bd9080dc34230ed30b389629fbac66417ac54030..7b6e987bc096d654a6e9f13a0cbe6b35fa1e7e4c 100644 (file)
@@ -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;