From e129dc40f71e9b10c293d8d3f923c5636597bf6f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 18 May 2006 15:08:09 +0000 Subject: r15696: Free LDAP search result. Guenther (This used to be commit ec26c355b3ef1d3d809c4fbe911ce6fcef5db955) --- source3/libads/ldap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libads') diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 5f0e296a04..b208e58504 100644 --- a/source3/libads/ldap.c +++ b/source3/libads/ldap.c @@ -2422,6 +2422,8 @@ ADS_STATUS ads_current_time(ADS_STRUCT *ads) DEBUG(4,("time offset is %d seconds\n", ads->auth.time_offset)); } + ads_msgfree(ads, res); + status = ADS_SUCCESS; done: -- cgit