Skip to content
Snippets Groups Projects
Commit b5b495a8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Remove extra entry_free()

parent 5794b3a2
Branches
Tags
No related merge requests found
......@@ -224,7 +224,6 @@ int read_root_dse_file( const char *fname )
if( e == NULL ) {
fprintf( stderr, "root_dse: could not parse entry (line=%d)\n",
lineno );
entry_free( e );
entry_free( usr_attr );
usr_attr = NULL;
return EXIT_FAILURE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment