From 157589bb91cc53ebc26fcc989e49523864780083 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 5 Feb 2010 13:02:32 +0100 Subject: Fix handling of the global context in the leak detector --- server/tests/common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests/common.c') diff --git a/server/tests/common.c b/server/tests/common.c index dad9dc66b..50dc61b16 100644 --- a/server/tests/common.c +++ b/server/tests/common.c @@ -29,6 +29,8 @@ #include "util/dlinklist.h" #include "util/util.h" +TALLOC_CTX *global_talloc_context = NULL; + struct size_snapshot { struct size_snapshot *prev; struct size_snapshot *next; -- cgit