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:
parent
110ca25e1b
commit
bd109c4522
3 changed files with 7 additions and 1 deletions
|
@ -38,5 +38,5 @@ void tst_prime_generator() {
|
|||
ENSURE(p % i != 0);
|
||||
}
|
||||
}
|
||||
std::cout << std::endl;
|
||||
std::cout << std::endl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue