Use LDAP_FREE not free

This commit is contained in:
Kurt Zeilenga 2002-01-04 03:53:13 +00:00
parent 11175ed95e
commit 6c80cfb2e8

View file

@ -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;
}