summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-07-18 05:07:31 +0930
committerRusty Russell <rusty@rustcorp.com.au>2012-07-18 05:07:31 +0930
commitf3001e808c3b1ea35358f41154360709642cf282 (patch)
treef559746b8458cbde452ab43feb4cb95343ea25a5 /source3/lib/smbconf
parent15faffc53752f27c550c305435a1d7e1ea58514f (diff)
downloadsamba-f3001e808c3b1ea35358f41154360709642cf282.tar.gz
samba-f3001e808c3b1ea35358f41154360709642cf282.tar.bz2
samba-f3001e808c3b1ea35358f41154360709642cf282.zip
source3/lib/smbconf/testsuite.c: fix stackframe leak
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'source3/lib/smbconf')
-rw-r--r--source3/lib/smbconf/testsuite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/smbconf/testsuite.c b/source3/lib/smbconf/testsuite.c
index 5638fd2454..79083614ee 100644
--- a/source3/lib/smbconf/testsuite.c
+++ b/source3/lib/smbconf/testsuite.c
@@ -175,6 +175,7 @@ static bool test_delete_includes(struct smbconf_ctx *ctx)
ret = true;
done:
+ talloc_free(mem_ctx);
return ret;
}