3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

pull unstable

Signed-off-by: Nikolaj Bjorner <nbjorner@hotmail.com>
This commit is contained in:
Nikolaj Bjorner 2015-04-01 14:57:11 -07:00
commit 52619b9dbb
337 changed files with 24943 additions and 30606 deletions

View file

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