mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-12 15:23:11 -05:00
Cleanup si_ctxcsn and si_sids in db_destroy
This commit is contained in:
parent
d38f2d8096
commit
f649d8a29c
1 changed files with 4 additions and 0 deletions
|
|
@ -2669,6 +2669,10 @@ syncprov_db_destroy(
|
|||
|
||||
ch_free( si->si_logs );
|
||||
}
|
||||
if ( si->si_ctxcsn )
|
||||
ber_bvarray_free( si->si_ctxcsn );
|
||||
if ( si->si_sids )
|
||||
ch_free( si->si_sids );
|
||||
ldap_pvt_thread_mutex_destroy( &si->si_mods_mutex );
|
||||
ldap_pvt_thread_mutex_destroy( &si->si_ops_mutex );
|
||||
ldap_pvt_thread_rdwr_destroy( &si->si_csn_rwlock );
|
||||
|
|
|
|||
Loading…
Reference in a new issue