mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Use LDAP_FREE not free
This commit is contained in:
parent
11175ed95e
commit
6c80cfb2e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue