mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#9121 plug entry leak
This commit is contained in:
parent
6bd2a3721d
commit
2c6fccb49b
@ -1029,6 +1029,8 @@ dynlist_search2resp( Operation *op, SlapReply *rs )
|
||||
rs->sr_err = send_search_entry( op, &r );
|
||||
if ( rs->sr_err != LDAP_SUCCESS )
|
||||
break;
|
||||
} else {
|
||||
rs_flush_entry( op, &r, NULL );
|
||||
}
|
||||
}
|
||||
rs->sr_nentries = r.sr_nentries;
|
||||
|
Loading…
Reference in New Issue
Block a user