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:
J. Alex Aycinena 2011-05-19 23:20:23 +00:00
parent 2a42972a04
commit 9b0f629718

View File

@ -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);
gtk_paned_set_position(GTK_PANED(paned), position);
}
g_object_unref (xml);
}
static void