Skip to content
Snippets Groups Projects
Commit 30de8842 authored by Howard Chu's avatar Howard Chu
Browse files

More memory cleanup

parent a4b30ce4
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment