mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#8038 free presentlist at end of refresh
This commit is contained in:
parent
97ed9736e5
commit
84fde1bb02
1 changed files with 4 additions and 0 deletions
|
|
@ -1352,6 +1352,10 @@ do_syncrep2(
|
|||
{
|
||||
rc = syncrepl_updateCookie( si, op, &syncCookie);
|
||||
}
|
||||
if ( si->si_presentlist ) {
|
||||
avl_free( si->si_presentlist, ch_free );
|
||||
si->si_presentlist = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
ldap_memfree( retoid );
|
||||
|
|
|
|||
Loading…
Reference in a new issue