mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[engine.i] free swigged GList* arg
This commit is contained in:
parent
0f3da06723
commit
929cb3d0c1
@ -258,6 +258,8 @@ time64 time64CanonicalDayTime(time64 t);
|
|||||||
$1 = g_list_reverse (path);
|
$1 = g_list_reverse (path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%typemap (freearg) GList * "g_list_free_full ($1, g_free);"
|
||||||
|
|
||||||
void gnc_quote_source_set_fq_installed (const char* version_string,
|
void gnc_quote_source_set_fq_installed (const char* version_string,
|
||||||
GList *sources_list);
|
GList *sources_list);
|
||||||
%clear GList *;
|
%clear GList *;
|
||||||
|
Loading…
Reference in New Issue
Block a user