mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/app-utils/test/test-scm-query-string.c -- fix a memory leak
in the test. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7865 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
dbe33ca873
commit
d6a881c21a
@ -11,6 +11,9 @@
|
||||
thought the LCM of 100,96875 was 3100, when it is really 387500,
|
||||
because it was removing the factor of '5' too many times..
|
||||
|
||||
* src/app-utils/test/test-scm-query-string.c -- fix a memory leak
|
||||
in the test.
|
||||
|
||||
2003-01-19 John Pierce <john@killterm.org>
|
||||
|
||||
* doc/Makefile.am
|
||||
|
@ -49,6 +49,7 @@ test_query (Query *q, SCM val2str)
|
||||
{
|
||||
success ("queries match");
|
||||
}
|
||||
if (q2) xaccFreeQuery (q2);
|
||||
if (str) free (str);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user