mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 19:09:42 -05:00
More memory cleanup
This commit is contained in:
parent
a4b30ce455
commit
30de884223
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue