gnucash maint: Bug 797169 - GnuCash hangs loading XML file

John Ralls jralls at code.gnucash.org
Tue Apr 2 19:53:38 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/b14cb64d (commit)
	from  https://github.com/Gnucash/gnucash/commit/76a91aa2 (commit)



commit b14cb64d1da7e6c6a5af7219511fba4963714ab8
Author: Juraj Svec <ageorgo at gmail.com>
Date:   Tue Apr 2 16:40:16 2019 -0700

    Bug 797169 - GnuCash hangs loading XML file
    
    Copy-paste error.

diff --git a/gnucash/gnome-utils/assistant-xml-encoding.c b/gnucash/gnome-utils/assistant-xml-encoding.c
index 11cebadbf..4f5aa69cb 100644
--- a/gnucash/gnome-utils/assistant-xml-encoding.c
+++ b/gnucash/gnome-utils/assistant-xml-encoding.c
@@ -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)
     {



Summary of changes:
 gnucash/gnome-utils/assistant-xml-encoding.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list