r18553 - gnucash/trunk/src/register/ledger-core - Avoid a bunch of assertion failures when the general ledger is open. The general ledger has no

Mike Alexander mta at code.gnucash.org
Sat Jan 9 00:47:54 EST 2010


Author: mta
Date: 2010-01-09 00:47:54 -0500 (Sat, 09 Jan 2010)
New Revision: 18553
Trac: http://svn.gnucash.org/trac/changeset/18553

Modified:
   gnucash/trunk/src/register/ledger-core/split-register-model.c
Log:
Avoid a bunch of assertion failures when the general ledger is open.  The general ledger has no
account so attempts to get the balance of the register's account pass a null account pointer
to functions that won't accept that.  Also stop leaking a GList in the functions that get account
balances.



More information about the gnucash-patches mailing list