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:
Linas Vepstas 2004-07-04 17:21:15 +00:00
parent fe8ecadbdc
commit 454a48e325

View File

@ -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))