From 3353223b4766b0cc87bd1b4ed7f67bc52b2a7da3 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 14 Jan 2002 06:51:34 +0000 Subject: FIXME We should turn the global list off when using Insure++, otherwise all the memory will be seen as still reachable. (This used to be commit 682e7cd394c1e1cc9a83f7e8e5e3694e083946c4) --- source3/lib/talloc.c | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit