From 88c3e505e997cbb97fdcecbeea241238b2e48f70 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 21 Dec 2010 18:11:40 -0800 Subject: Fix a warning message. Autobuild-User: Jeremy Allison Autobuild-Date: Wed Dec 22 03:59:18 CET 2010 on sn-devel-104 --- source3/utils/net_ads.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/utils/net_ads.c') diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index ec5ecab65e..48df564792 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -1464,9 +1464,10 @@ int net_ads_join(struct net_context *c, int argc, const char **argv) /* exit from this block using machine creds */ ads_destroy(&ads_dns); } -#endif done: +#endif + TALLOC_FREE(r); TALLOC_FREE( ctx ); -- cgit