mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Apply dn_parent memory leak fix to bdb2
This commit is contained in:
parent
a1987f662d
commit
1429fc36eb
@ -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 New Issue
Block a user