diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-11-04 04:48:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:48 -0500 |
commit | 7997a945bb4ed296919aebcc05c97af416f29901 (patch) | |
tree | 745ef01e8b705da03f3c0de14831f5f2f5db7a93 /source4/torture | |
parent | 77d1be3e8da0c4796a518e15e16d4083445613c7 (diff) | |
download | samba-7997a945bb4ed296919aebcc05c97af416f29901.tar.gz samba-7997a945bb4ed296919aebcc05c97af416f29901.tar.bz2 samba-7997a945bb4ed296919aebcc05c97af416f29901.zip |
r19548: this talloc_free() is definately wrong.
(This used to be commit b412a8390588fcbb655252fcc4cccbf3b3b84b5c)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/smbtorture.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |