mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 13:39:49 +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() {
|
release() {
|
||||||
Z3.optimize_dec_ref(contextPtr, this.ptr);
|
Z3.optimize_dec_ref(contextPtr, this.ptr);
|
||||||
|
this._ptr = null;
|
||||||
cleanup.unregister(this);
|
cleanup.unregister(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue