mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Remove extra entry_free()
This commit is contained in:
parent
5794b3a2dd
commit
b5b495a871
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue