mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
added avl_free() at the end of do_syncrep2()
This commit is contained in:
parent
88e2771bca
commit
899848181d
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user