Merge Richard Cohen branch 'fix-leaks-in-tests' into stable #1713

This commit is contained in:
Christopher Lam
2023-07-24 13:09:55 +08:00
8 changed files with 25 additions and 14 deletions

View File

@@ -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;
}