From b06dbfbba6bf62fd99067675dd9818d6314fd2d0 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Sun, 16 Sep 2012 21:45:56 -0700 Subject: s3:libsmb fix a double free error t refers to self->thread_state that is freed a few lines below Autobuild-User(master): Christian Ambach Autobuild-Date(master): Mon Sep 17 22:04:13 CEST 2012 on sn-devel-104 --- source3/libsmb/pylibsmb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/pylibsmb.c b/source3/libsmb/pylibsmb.c index 611d07abae..d31409cba8 100644 --- a/source3/libsmb/pylibsmb.c +++ b/source3/libsmb/pylibsmb.c @@ -213,7 +213,6 @@ fail: close(t->shutdown_pipe[1]); t->shutdown_pipe[1] = -1; } - TALLOC_FREE(t); } TALLOC_FREE(self->thread_state); -- cgit