mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fix nameUIDvalidate memfree
This commit is contained in:
parent
1107e78c5f
commit
a2d310f92e
@ -274,7 +274,7 @@ nameUIDValidate(
|
||||
|
||||
rc = dnValidate( NULL, &dn );
|
||||
|
||||
ber_memfree( &dn );
|
||||
ber_memfree( dn.bv_val );
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user