gnucash maint: Revert "[engine.i] QofQueryParamList * args must be freed"
Christopher Lam
clam at code.gnucash.org
Sat Sep 11 03:48:57 EDT 2021
Updated via https://github.com/Gnucash/gnucash/commit/d0f7daf4 (commit)
from https://github.com/Gnucash/gnucash/commit/72a3ebbb (commit)
commit d0f7daf4cfd02db17c03e3946e145a13760cd3d0
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Sep 11 15:45:32 2021 +0800
Revert "[engine.i] QofQueryParamList * args must be freed"
This reverts commit 72a3ebbba330635325ba657a8e4935c510dd5047. Freeing
does not apply to all qof_query_* calls.
diff --git a/bindings/engine.i b/bindings/engine.i
index a2bdf0289..a8fe5827d 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 <gnc-session.h>
%include <Query.h>
Summary of changes:
bindings/engine.i | 1 -
1 file changed, 1 deletion(-)
More information about the gnucash-changes
mailing list