3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable

This commit is contained in:
Nikolaj Bjorner 2015-01-18 04:50:20 +05:30
commit 9790784488
2 changed files with 1 additions and 3 deletions

View file

@ -337,6 +337,7 @@ int main(int argc, char ** argv) {
default:
UNREACHABLE();
}
memory::finalize();
#ifdef _WINDOWS
_CrtDumpMemoryLeaks();
#endif