[import-match-picker.cpp] plug leaks

This commit is contained in:
Christopher Lam 2023-07-17 00:19:42 +08:00
parent 7f56b5cbc4
commit 9dd4530dc2

View File

@ -549,6 +549,8 @@ gnc_import_match_picker_run_and_close (GtkWidget *parent, GNCImportTransInfo *tr
matcher->selected_match_info, matcher->selected_match_info,
TRUE); TRUE);
} }
gnc_import_Settings_delete (matcher->user_settings);
g_free (matcher);
} }
/** @} */ /** @} */