mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Correct memory leak found with Valgrind.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20663 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2a42972a04
commit
9b0f629718
@ -1496,6 +1496,7 @@ gnc_tax_info_dialog_create (GtkWidget * parent, TaxInfoDialog *ti_dialog)
|
|||||||
gint position = gnc_gconf_get_int(GCONF_SECTION, PANED_POSITION, NULL);
|
gint position = gnc_gconf_get_int(GCONF_SECTION, PANED_POSITION, NULL);
|
||||||
gtk_paned_set_position(GTK_PANED(paned), position);
|
gtk_paned_set_position(GTK_PANED(paned), position);
|
||||||
}
|
}
|
||||||
|
g_object_unref (xml);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user