mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix uninitialized variable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e6401908a5
commit
aa8dac2583
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ public:
|
|||
add_plugin(alloc(arith_project_plugin, m));
|
||||
add_plugin(alloc(datatype_project_plugin, m));
|
||||
add_plugin(alloc(array_project_plugin, m));
|
||||
updt_params(p);
|
||||
}
|
||||
|
||||
~impl() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue