Free default_passwd_hash on cleanup

This commit is contained in:
Howard Chu 2003-02-16 06:13:34 +00:00
parent 4e1310c486
commit 8f88bc1f8f

View file

@ -2544,5 +2544,7 @@ config_destroy( )
free ( slapd_args_file );
if ( slapd_pid_file )
free ( slapd_pid_file );
if ( default_passwd_hash )
free( default_passwd_hash );
acl_destroy( global_acl, NULL );
}