Skip to content
Snippets Groups Projects
Commit 89984818 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

added avl_free() at the end of do_syncrep2()

parent 88e2771b
No related branches found
No related tags found
No related merge requests found
......@@ -821,6 +821,9 @@ done:
slap_sync_cookie_free( &syncCookie, 0 );
slap_sync_cookie_free( &syncCookie_req, 0 );
avl_free( si->si_presentlist, avl_ber_bvfree );
si->si_presentlist = NULL;
if ( res ) ldap_msgfree( res );
if ( rc && si->si_ld ) {
......
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