mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
ITS#9121 plug entry leak
This commit is contained in:
parent
6bd2a3721d
commit
2c6fccb49b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue