mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix nameUIDvalidate memfree
This commit is contained in:
parent
1107e78c5f
commit
a2d310f92e
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ nameUIDValidate(
|
|||
|
||||
rc = dnValidate( NULL, &dn );
|
||||
|
||||
ber_memfree( &dn );
|
||||
ber_memfree( dn.bv_val );
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue