]> git.sur5r.net Git - openldap/commitdiff
More memory cleanup
authorHoward Chu <hyc@openldap.org>
Mon, 9 Sep 2002 00:56:57 +0000 (00:56 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 9 Sep 2002 00:56:57 +0000 (00:56 +0000)
servers/slapd/tools/slapcommon.c

index 27c6712724d3f3ec3bdeea300d39c063f7d8109b..bf3b50383d69ab706a2a6cd762e43bc97447d87c 100644 (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 );