Fix g-wrap memory semantics of xaccGroupGetAccountList().

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3323 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-12-20 10:18:41 +00:00
parent d9130993e3
commit f166ff5bed

View File

@ -319,8 +319,7 @@
(append
(or
(gnc:group-get-subaccounts
(gnc:account-get-children
(car accounts)))
(gnc:account-get-children (car accounts)))
'())
(allsubaccounts (cdr accounts))))))