*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2291 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-05-10 09:35:59 +00:00
parent afbe9e9f0d
commit 9d093e503a

View File

@ -164,7 +164,6 @@ xaccFreeQuery(Query * q) {
if (q == NULL)
return;
gl = q->terms;
for(gl=q->terms; gl; gl=gl->next) {
g_list_free(gl->data);
}