AUDIT: r15676 - gnucash/trunk/src/gnome-utils - Patch from Mike Alexander to fix a memory leak in the summary bar. #413568.

Andreas Köhler andi5 at cvs.gnucash.org
Fri Mar 2 08:19:28 EST 2007


Author: andi5
Date: 2007-03-02 08:19:26 -0500 (Fri, 02 Mar 2007)
New Revision: 15676
Trac: http://svn.gnucash.org/trac/changeset/15676

Modified:
   gnucash/trunk/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.

BP




More information about the gnucash-patches mailing list