mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[test-xml-pricedb] free a sixtp parser
This commit is contained in:
parent
34564ef6d0
commit
c44194606a
@ -114,6 +114,7 @@ test_db (GNCPriceDB* db)
|
|||||||
failure_args ("gnc_xml_parse_file returned FALSE",
|
failure_args ("gnc_xml_parse_file returned FALSE",
|
||||||
__FILE__, __LINE__, "%d", iter);
|
__FILE__, __LINE__, "%d", iter);
|
||||||
}
|
}
|
||||||
|
sixtp_destroy (parser);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_unlink (filename1);
|
g_unlink (filename1);
|
||||||
|
Loading…
Reference in New Issue
Block a user