3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

Add missing line

This commit is contained in:
Jonas Jongejan 2024-10-21 15:39:15 -04:00
parent c92ab91a5e
commit 23fe35da6c

View file

@ -1442,6 +1442,7 @@ export function createApi(Z3: Z3Core): Z3HighLevel {
release() {
Z3.optimize_dec_ref(contextPtr, this.ptr);
this._ptr = null;
cleanup.unregister(this);
}
}