3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

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

This commit is contained in:
Christoph M. Wintersteiger 2015-01-16 17:35:12 +00:00
commit 2b03ec63f6

View file

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