mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
Free that unclobberred dn.
This commit is contained in:
parent
802325542b
commit
01a759971e
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ dn2id_delete(
|
|||
|
||||
rc = ldbm_cache_delete( db, key );
|
||||
|
||||
free( dn );
|
||||
|
||||
ldbm_cache_close( be, db );
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "<= dn2id_delete %d\n", rc, 0, 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue