[engine.i] free swigged GList* arg

This commit is contained in:
Christopher Lam 2021-08-24 00:13:45 +08:00
parent 0f3da06723
commit 929cb3d0c1

View File

@ -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 *;