r15767 - gnucash/branches/2.0 - Patch from Mike Alexander to fix a memory leak in the summary bar. #413568.

Derek Atkins warlord at cvs.gnucash.org
Fri Mar 30 17:56:35 EDT 2007


Author: warlord
Date: 2007-03-30 17:56:33 -0400 (Fri, 30 Mar 2007)
New Revision: 15767
Trac: http://svn.gnucash.org/trac/changeset/15767

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/src/gnome-utils/window-main-summarybar.c
Log:
Patch from Mike Alexander to fix a memory leak in the summary bar.  #413568.

When gnc_main_window_summary_refresh is called to update the summary bar
at the bottom of the main window, it gets a GList to manage the various
currencies involved.  It never frees this list so each call leaks some
memory.

Merge from r15676.




More information about the gnucash-patches mailing list