r20809 - gnucash/trunk/src/gnome - Reverse changeset 20663; wrong place to correct memory leak found with Valgrind.

J. Alex Aycinena alex.aycinena at code.gnucash.org
Thu Jun 30 23:50:59 EDT 2011


Author: alex.aycinena
Date: 2011-06-30 23:50:58 -0400 (Thu, 30 Jun 2011)
New Revision: 20809
Trac: http://svn.gnucash.org/trac/changeset/20809

Modified:
   gnucash/trunk/src/gnome/dialog-tax-info.c
Log:
Reverse changeset 20663; wrong place to correct memory leak found with Valgrind.

Modified: gnucash/trunk/src/gnome/dialog-tax-info.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-tax-info.c	2011-06-30 17:06:47 UTC (rev 20808)
+++ gnucash/trunk/src/gnome/dialog-tax-info.c	2011-07-01 03:50:58 UTC (rev 20809)
@@ -1496,7 +1496,6 @@
         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



More information about the gnucash-changes mailing list