mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
More memory cleanup
This commit is contained in:
parent
a4b30ce455
commit
30de884223
@ -278,6 +278,11 @@ void slap_tool_destroy( void )
|
||||
{
|
||||
slap_shutdown( be );
|
||||
slap_destroy();
|
||||
schema_destroy();
|
||||
#ifdef HAVE_TLS
|
||||
ldap_pvt_tls_destroy();
|
||||
#endif
|
||||
config_destroy();
|
||||
|
||||
#ifdef CSRIMALLOC
|
||||
mal_dumpleaktrace( leakfile );
|
||||
|
Loading…
Reference in New Issue
Block a user