mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix really trite memory leak
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10158 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
fe8ecadbdc
commit
454a48e325
@ -1701,7 +1701,7 @@ qof_query_printValueForParam (QofQueryPredData *pd, GString * gs)
|
||||
g_string_sprintfa (gs, "\n Match type %s",
|
||||
qof_query_printNumericMatch (pdata->options));
|
||||
g_string_sprintfa (gs, " gnc_numeric: %s",
|
||||
gnc_numeric_to_string (pdata->amount));
|
||||
gnc_num_dbg_to_string (pdata->amount));
|
||||
return;
|
||||
}
|
||||
if (!safe_strcmp (pd->type_name, QOF_TYPE_KVP))
|
||||
|
Loading…
Reference in New Issue
Block a user