[engine.i] QofQueryParamList * args must be freed

This commit is contained in:
Christopher Lam
2021-09-11 14:57:57 +08:00
parent b8552a8070
commit 72a3ebbba3

View File

@@ -211,6 +211,7 @@ SplitList * qof_query_last_run (QofQuery *q);
SplitList * qof_query_run_subquery (QofQuery *q, const QofQuery *q);
%typemap(in) QofQueryParamList * "$1 = gnc_query_scm2path($input);"
%typemap(freearg) QofQueryParamList * "g_slist_free_full ($1, g_free);"
%include <gnc-session.h>
%include <Query.h>