Skip to content
Snippets Groups Projects
Commit ac908e15 authored by Howard Chu's avatar Howard Chu
Browse files

Fix TL malloc/free

parent 476e1958
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment