mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Richard Cohen branch 'fix-leaks-in-tests' into stable #1713
This commit is contained in:
@@ -36,6 +36,7 @@ int main()
|
||||
qof_session_load(s, NULL);
|
||||
qof_session_save(s, NULL);
|
||||
qof_session_end(s);
|
||||
qof_session_destroy(s);
|
||||
unlink(TESTFILE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user