mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
ITS#6467 Plug a shutdown leak
This commit is contained in:
parent
b0b0fc8c67
commit
df27b2bbfd
1 changed files with 4 additions and 0 deletions
|
|
@ -2255,6 +2255,10 @@ accesslog_db_destroy(
|
|||
li->li_oldattrs = la->next;
|
||||
ch_free( la );
|
||||
}
|
||||
if ( li->li_sids )
|
||||
ch_free( li->li_sids );
|
||||
if ( li->li_mincsn )
|
||||
ber_bvarray_free( li->li_mincsn );
|
||||
ldap_pvt_thread_mutex_destroy( &li->li_log_mutex );
|
||||
ldap_pvt_thread_mutex_destroy( &li->li_op_rmutex );
|
||||
free( li );
|
||||
|
|
|
|||
Loading…
Reference in a new issue