Bug 797169 - GnuCash hangs loading XML file

Copy-paste error.
This commit is contained in:
Juraj Svec 2019-04-02 16:40:16 -07:00 committed by John Ralls
parent 76a91aa2c3
commit b14cb64d1d

View File

@ -533,7 +533,7 @@ gxi_ambiguous_info_destroy (GncXmlImportData *data)
if (data->ambiguous_ht)
{
g_hash_table_destroy (data->ambiguous_ht);
data->unique = NULL;
data->ambiguous_ht = NULL;
}
if (data->ambiguous_list)
{