Remove extra entry_free()

This commit is contained in:
Kurt Zeilenga 2002-11-10 06:48:55 +00:00
parent 5794b3a2dd
commit b5b495a871

View file

@ -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;