gnucash maint: Don't double g_object_unref in 998e14c1074
Christopher Lam
clam at code.gnucash.org
Thu Sep 23 21:33:19 EDT 2021
Updated via https://github.com/Gnucash/gnucash/commit/8e144c2d (commit)
from https://github.com/Gnucash/gnucash/commit/7e5f44c0 (commit)
commit 8e144c2d5c168fe5efe3df88e1d230208a9deafc
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Sep 24 09:31:46 2021 +0800
Don't double g_object_unref in 998e14c1074
diff --git a/gnucash/import-export/csv-imp/assistant-csv-price-import.cpp b/gnucash/import-export/csv-imp/assistant-csv-price-import.cpp
index 49175fd1c..1b1410d6e 100644
--- a/gnucash/import-export/csv-imp/assistant-csv-price-import.cpp
+++ b/gnucash/import-export/csv-imp/assistant-csv-price-import.cpp
@@ -1638,7 +1638,6 @@ void CsvImpPriceAssist::preview_refresh_table ()
}
gtk_tree_view_set_model (treeview, GTK_TREE_MODEL(store));
gtk_tree_view_set_tooltip_column (treeview, PREV_COL_ERROR);
- g_object_unref (store);
/* Adjust treeview to go with the just created model. This consists of adding
* or removing columns and resetting any parameters related to how
Summary of changes:
gnucash/import-export/csv-imp/assistant-csv-price-import.cpp | 1 -
1 file changed, 1 deletion(-)
More information about the gnucash-changes
mailing list