Skip to content
Snippets Groups Projects
Commit 70dec603 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

fix one-time leak

parent e22dc83a
No related branches found
No related tags found
No related merge requests found
......@@ -649,6 +649,8 @@ slap_tool_init(
nosubordinates = 1;
}
ch_free( base.bv_val );
} else if ( dbnum == -1 ) {
/* no suffix and no dbnum specified, just default to
* the first available database
......
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