mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
tests: don't free after ck_abort_msg
as it's marked no-return
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
d14b0cc738
commit
c869893f04
@ -56,7 +56,6 @@ config_object__reopen (void)
|
||||
if (!mc_config_save_file (mc_config, &error))
|
||||
{
|
||||
ck_abort_msg ("Unable to save config file: %s", error->message);
|
||||
g_error_free (error);
|
||||
}
|
||||
|
||||
mc_config_deinit (mc_config);
|
||||
|
Loading…
Reference in New Issue
Block a user