From 7997a945bb4ed296919aebcc05c97af416f29901 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 4 Nov 2006 04:48:03 +0000 Subject: r19548: this talloc_free() is definately wrong. (This used to be commit b412a8390588fcbb655252fcc4cccbf3b3b84b5c) --- source4/torture/smbtorture.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index cf0340f3b2..ecb5d072d9 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -70,7 +70,6 @@ static bool run_matching(struct torture_context *torture, init_iconv(); torture->active_testname = talloc_strdup(torture, prefix); ret &= torture_run_suite(torture, c); - talloc_free(torture); free(name); continue; } -- cgit