mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert "[engine.i] QofQueryParamList * args must be freed"
This reverts commit 72a3ebbba3
. Freeing
does not apply to all qof_query_* calls.
This commit is contained in:
parent
72a3ebbba3
commit
d0f7daf4cf
@ -211,7 +211,6 @@ SplitList * qof_query_last_run (QofQuery *q);
|
|||||||
SplitList * qof_query_run_subquery (QofQuery *q, const QofQuery *q);
|
SplitList * qof_query_run_subquery (QofQuery *q, const QofQuery *q);
|
||||||
|
|
||||||
%typemap(in) QofQueryParamList * "$1 = gnc_query_scm2path($input);"
|
%typemap(in) QofQueryParamList * "$1 = gnc_query_scm2path($input);"
|
||||||
%typemap(freearg) QofQueryParamList * "g_slist_free_full ($1, g_free);"
|
|
||||||
|
|
||||||
%include <gnc-session.h>
|
%include <gnc-session.h>
|
||||||
%include <Query.h>
|
%include <Query.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user