[gnc-ledger-display] QofQuery destroyed

This QofQuery was copied by gnc_ledger_display_internal, therefore its
is no longer in use when out of scope.
This commit is contained in:
Christopher Lam 2022-07-30 23:01:07 +08:00
parent 7bc7737476
commit 723dee66cb

View File

@ -530,6 +530,8 @@ gnc_ledger_display_template_gl (char* id)
gnc_split_register_set_template_account (sr, acct); gnc_split_register_set_template_account (sr, acct);
} }
qof_query_destroy (q);
LEAVE ("%p", ld); LEAVE ("%p", ld);
return ld; return ld;
} }