From 8751923635b93b0c53d7939e34fb8747e025ca59 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 25 Jan 2007 16:54:53 +0000 Subject: r21021: Fix memleak. Guenther (This used to be commit 4e622572eb7939c6aa8e99fd9595bf28836bd5a3) --- source3/libads/ldap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 4802f79d3e..d72cb4af26 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -301,6 +301,7 @@ static NTSTATUS ads_find_dc(ADS_STRUCT *ads) goto again; } + SAFE_FREE(sitename); return status; } -- cgit