mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[engine-common.i] AccountList* arg must be g_list_freed
when used by gnc_accounts_and_all_descendants
This commit is contained in:
@@ -34,6 +34,8 @@ static const GncGUID * gncAccountGetGUID(Account *x)
|
||||
%typemap(newfree) LotList * "g_list_free($1);"
|
||||
%typemap(newfree) CommodityList * "g_list_free($1);"
|
||||
|
||||
%typemap(freearg) AccountList * "g_list_free($1);"
|
||||
|
||||
%include <Split.h>
|
||||
|
||||
%newobject gnc_account_get_children;
|
||||
|
||||
Reference in New Issue
Block a user