mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove null-pointer deref
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10233 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
07c7d35d31
commit
dc020bfec8
@ -447,8 +447,6 @@ gnc_ui_update_namespace_picker(GtkWidget * combobox,
|
||||
if (node) {
|
||||
namespaces = g_list_remove_link (namespaces, node);
|
||||
g_list_free_1 (node);
|
||||
} else {
|
||||
node->data = "CURRENCY";
|
||||
}
|
||||
|
||||
if (gnc_commodity_namespace_is_iso (init_string))
|
||||
|
Loading…
Reference in New Issue
Block a user