mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 08:42:22 -04:00
ITS#8203 plug leak in prev commit
This commit is contained in:
parent
3033f89eef
commit
fa705a1814
1 changed files with 1 additions and 0 deletions
|
|
@ -957,6 +957,7 @@ void mdb_dn2id_wrestore (
|
|||
data.mv_size = 1;
|
||||
*ptr |= 0x80;
|
||||
mdb_cursor_get( isc->mc, &key, &data, MDB_GET_BOTH );
|
||||
op->o_tmpfree( ptr, op->o_tmpmemctx );
|
||||
|
||||
/* now we're back to where we wanted to be */
|
||||
d = data.mv_data;
|
||||
|
|
|
|||
Loading…
Reference in a new issue