mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Fix prev commit
This commit is contained in:
parent
01f7a7466b
commit
df74409d97
1 changed files with 3 additions and 1 deletions
|
|
@ -142,7 +142,9 @@ int connections_destroy(void)
|
|||
ldap_pvt_thread_mutex_destroy( &connections[i].c_write_mutex );
|
||||
ldap_pvt_thread_cond_destroy( &connections[i].c_write_cv );
|
||||
#ifdef LDAP_SLAPI
|
||||
slapi_x_free_object_extensions( SLAPI_X_EXT_CONNECTION, &connections[i] );
|
||||
if ( slapi_plugins_used ) {
|
||||
slapi_x_free_object_extensions( SLAPI_X_EXT_CONNECTION, &connections[i] );
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue