mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#8690 fix prev commit
This commit is contained in:
parent
5bd89a1f1f
commit
9827569ff0
1 changed files with 2 additions and 1 deletions
|
|
@ -1977,7 +1977,8 @@ 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 );
|
||||
if ( opc->ssres.s_info )
|
||||
free_resinfo( &opc->ssres );
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue