git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1538 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent 275f8c844e
commit 4fa46c63d7

@ -848,7 +848,7 @@ xaccAccountSetType (Account *acc, int tip)
/* initialize the auxilliary account info as well */
if (acc->accInfo) xaccFreeAccInfo (acc->accInfo);
acc->accInfo = xaccMallocAccountInfo (tip);
acc->accInfo = xaccMallocAccInfo (tip);
}
void

Loading…
Cancel
Save