mirror of
https://github.com/Z3Prover/z3
synced 2025-05-31 03:09:13 +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
|
@ -72,7 +72,7 @@ jobs:
|
|||
export LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH}
|
||||
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
||||
cd ..
|
||||
- script |
|
||||
- script: |
|
||||
cd build
|
||||
./test-z3 -a
|
||||
cd ..
|
||||
|
|
|
@ -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