ITS#8203 plug leak in prev commit

This commit is contained in:
Howard Chu 2015-07-24 19:32:19 +01:00
parent 3033f89eef
commit fa705a1814

View File

@ -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;