mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +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
22b80bf2d4
commit
877ef7d78b
@ -56,7 +56,6 @@ config_object__reopen (void)
|
|||||||
if (!mc_config_save_file (mc_config, &error))
|
if (!mc_config_save_file (mc_config, &error))
|
||||||
{
|
{
|
||||||
ck_abort_msg ("Unable to save config file: %s", error->message);
|
ck_abort_msg ("Unable to save config file: %s", error->message);
|
||||||
g_error_free (error);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mc_config_deinit (mc_config);
|
mc_config_deinit (mc_config);
|
||||||
|
Loading…
Reference in New Issue
Block a user