mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Add missing line
This commit is contained in:
parent
c92ab91a5e
commit
23fe35da6c
1 changed files with 1 additions and 0 deletions
|
@ -1442,6 +1442,7 @@ export function createApi(Z3: Z3Core): Z3HighLevel {
|
|||
|
||||
release() {
|
||||
Z3.optimize_dec_ref(contextPtr, this.ptr);
|
||||
this._ptr = null;
|
||||
cleanup.unregister(this);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue