Skip to content
Snippets Groups Projects
Commit 18ae651a authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#8038 free presentlist at end of refresh

parent 6be1774f
No related branches found
No related tags found
No related merge requests found
...@@ -1352,6 +1352,10 @@ do_syncrep2( ...@@ -1352,6 +1352,10 @@ do_syncrep2(
{ {
rc = syncrepl_updateCookie( si, op, &syncCookie); rc = syncrepl_updateCookie( si, op, &syncCookie);
} }
if ( si->si_presentlist ) {
avl_free( si->si_presentlist, ch_free );
si->si_presentlist = NULL;
}
} }
ldap_memfree( retoid ); ldap_memfree( retoid );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment