mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
parent
745a71b18d
commit
d64f85e161
1 changed files with 2 additions and 0 deletions
|
|
@ -4131,6 +4131,8 @@ syncprov_db_destroy(
|
|||
ber_bvarray_free( si->si_ctxcsn );
|
||||
if ( si->si_sids )
|
||||
ch_free( si->si_sids );
|
||||
if ( si->si_logbase.bv_val )
|
||||
ch_free( si->si_logbase.bv_val );
|
||||
ldap_pvt_thread_mutex_destroy( &si->si_resp_mutex );
|
||||
ldap_pvt_thread_mutex_destroy( &si->si_mods_mutex );
|
||||
ldap_pvt_thread_mutex_destroy( &si->si_ops_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue