mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-25 16:22:53 -05:00
Fix TL malloc/free
This commit is contained in:
parent
476e1958b6
commit
ac908e15e8
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ dnNormalize(
|
|||
* Schema-aware rewrite
|
||||
*/
|
||||
if ( LDAPDN_rewrite( dn, 0, ctx ) != LDAP_SUCCESS ) {
|
||||
ldap_dnfree( dn );
|
||||
ldap_dnfree_x( dn, ctx );
|
||||
return LDAP_INVALID_SYNTAX;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue