diff options
Diffstat (limited to 'src/firstboot/firstboot.c')
-rw-r--r-- | src/firstboot/firstboot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index 05f1ae2646..c526a85b05 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -763,8 +763,7 @@ static int parse_argv(int argc, char *argv[]) { break; case ARG_ROOT_PASSWORD_FILE: - free(arg_root_password); - arg_root_password = NULL; + arg_root_password = mfree(arg_root_password); r = read_one_line_file(optarg, &arg_root_password); if (r < 0) |