mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Apply dn_parent memory leak fix to bdb2
This commit is contained in:
parent
a1987f662d
commit
1429fc36eb
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ bdb2i_dn2id_add(
|
|||
sprintf( key.dptr, "%c%s", DN_ONE_PREFIX, pdn );
|
||||
rc = bdb2i_idl_insert_key( be, db, key, id );
|
||||
free( key.dptr );
|
||||
free( pdn );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue