From d0f7daf4cfd02db17c03e3946e145a13760cd3d0 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sat, 11 Sep 2021 15:45:32 +0800 Subject: [PATCH] Revert "[engine.i] QofQueryParamList * args must be freed" This reverts commit 72a3ebbba330635325ba657a8e4935c510dd5047. Freeing does not apply to all qof_query_* calls. --- bindings/engine.i | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/engine.i b/bindings/engine.i index a2bdf0289a..a8fe5827d2 100644 --- a/bindings/engine.i +++ b/bindings/engine.i @@ -211,7 +211,6 @@ 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 %include