mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
deallocate mux, fix script
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f9677fdfd2
commit
5c05b62025
2 changed files with 2 additions and 1 deletions
|
@ -129,4 +129,5 @@ uint64_t prime_iterator::next() {
|
|||
|
||||
void prime_iterator::finalize() {
|
||||
g_prime_generator.finalize();
|
||||
dealloc(g_prime_generator.m_mux);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue