ITS#8690 plug memleak on Delete ops

This commit is contained in:
Howard Chu 2017-07-21 19:04:08 +01:00
parent 50d1588b2e
commit 1fbc0dff88

View file

@ -1977,6 +1977,7 @@ syncprov_op_response( Operation *op, SlapReply *rs )
if ( sm->sm_op->s_op->o_abandon )
continue;
syncprov_qresp( opc, sm->sm_op, LDAP_SYNC_DELETE );
free_resinfo( &opc->ssres );
}
break;
}