Revert "[engine.i] QofQueryParamList * args must be freed"

This reverts commit 72a3ebbba3. Freeing
does not apply to all qof_query_* calls.
pull/1134/head
Christopher Lam 5 years ago
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);
%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>

Loading…
Cancel
Save