On maandag 22 augustus 2011, John Ralls wrote: > Author: jralls > Date: 2011-08-22 14:18:53 -0400 (Mon, 22 Aug 2011) > New Revision: 21207 > Trac: http://svn.gnucash.org/trac/changeset/21207 > > Modified: > gnucash/trunk/src/gnome-utils/gnc-main-window.c > Log: > Missed a free in main_window_update_page_name > > Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c > =================================================================== > --- gnucash/trunk/src/gnome-utils/gnc-main-window.c 2011-08-22 07:12:37 UTC > (rev 21206) +++ gnucash/trunk/src/gnome-utils/gnc-main-window.c > 2011-08-22 > 18:18:53 UTC (rev 21207) @@ -1929,7 +1929,7 @@ > { > g_free(old_page_name); > g_free(old_page_long_name); > - g_free(name); > + g_free(name); > LEAVE("no window widget available"); > return; > } >
John, This commit seems to undo the source code reindentation Christian just did. Perhaps you forgot to run a git update before dcommitting ? Geert _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
