3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Bugfix; InterpolationContext deleted Z3_config objects (inconsistent with non-Interpolation mk_context).

Fixes #25
This commit is contained in:
Christoph M. Wintersteiger 2015-04-08 13:09:27 +01:00
parent 03020b9f96
commit 2f4c923216

View file

@ -66,7 +66,6 @@ extern "C" {
// Z3_set_param_value(cfg, "SIMPLIFY_CLAUSES","false");
Z3_context ctx = Z3_mk_context(cfg);
Z3_del_config(cfg);
return ctx;
}