r19548: this talloc_free() is definately wrong.
authorAndrew Tridgell <tridge@samba.org>
Sat, 4 Nov 2006 04:48:03 +0000 (04:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:24:48 +0000 (14:24 -0500)
(This used to be commit b412a8390588fcbb655252fcc4cccbf3b3b84b5c)

source4/torture/smbtorture.c

index cf0340f3b2148bee51b2ee9cb630da558e486d8a..ecb5d072d9bf68f382acc2c477a9d801ccf4911f 100644 (file)
@@ -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;
                        }