mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 03:44:58 -05:00
ITS#8690 plug memleak on Delete ops
This commit is contained in:
parent
50d1588b2e
commit
1fbc0dff88
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue