mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 797169 - GnuCash hangs loading XML file
Copy-paste error.
This commit is contained in:
parent
76a91aa2c3
commit
b14cb64d1d
@ -533,7 +533,7 @@ gxi_ambiguous_info_destroy (GncXmlImportData *data)
|
|||||||
if (data->ambiguous_ht)
|
if (data->ambiguous_ht)
|
||||||
{
|
{
|
||||||
g_hash_table_destroy (data->ambiguous_ht);
|
g_hash_table_destroy (data->ambiguous_ht);
|
||||||
data->unique = NULL;
|
data->ambiguous_ht = NULL;
|
||||||
}
|
}
|
||||||
if (data->ambiguous_list)
|
if (data->ambiguous_list)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user