Skip to content
Snippets Groups Projects
Commit 53a4d530 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

plug one-time leak

parent 2b93e9b3
No related branches found
No related tags found
No related merge requests found
......@@ -586,6 +586,14 @@ startup:;
mal_leaktrace(1);
#endif
if ( conffile != NULL ) {
ch_free( conffile );
}
if ( ldiffile != NULL ) {
ch_free( ldiffile );
}
/* slapdn doesn't specify a backend to startup */
if ( !dryrun && tool != SLAPDN && slap_startup( be ) ) {
switch ( tool ) {
......
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