More memory cleanup

This commit is contained in:
Howard Chu 2002-09-09 00:56:57 +00:00
parent a4b30ce455
commit 30de884223

View File

@ -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 );