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

fix memory free

parent 46a84187
Branches
Tags
No related merge requests found
......@@ -240,7 +240,7 @@ slap_tool_init(
}
be = select_backend( &nbase, 0, 0 );
ber_bvfree( nbase.bv_val );
ber_memfree( nbase.bv_val );
if( be == NULL ) {
fprintf( stderr, "%s: slap_init no backend for \"%s\"\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment