From 6c80cfb2e8a291cb8f88c0e9aa7e047afb9a939f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 4 Jan 2002 03:53:13 +0000 Subject: [PATCH] Use LDAP_FREE not free --- libraries/libldap/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/filter.c b/libraries/libldap/filter.c index 8c0531cd9a..96abc9c121 100644 --- a/libraries/libldap/filter.c +++ b/libraries/libldap/filter.c @@ -475,7 +475,7 @@ ldap_int_put_filter( BerElement *ber, const char *str_in ) rc = parens ? -1 : 0; done: - free( freeme ); + LDAP_FREE( freeme ); return rc; } -- 2.39.5