3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fix memory leak when using prime_generator as non-static object

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-12 11:14:25 -07:00
parent 110ca25e1b
commit bd109c4522
3 changed files with 7 additions and 1 deletions

View file

@ -38,5 +38,5 @@ void tst_prime_generator() {
ENSURE(p % i != 0);
}
}
std::cout << std::endl;
std::cout << std::endl;
}