mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
d9130993e3
commit
f166ff5bed
@ -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))))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user