mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
rule_manager::mk(): default initialization of m_proof to null
Signed-off-by: Nuno Lopes <t-nclaud@microsoft.com>
This commit is contained in:
parent
b427958b9e
commit
df35da1acf
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ namespace datalog {
|
|||
r->m_tail_size = n;
|
||||
r->m_positive_cnt = source->m_positive_cnt;
|
||||
r->m_uninterp_cnt = source->m_uninterp_cnt;
|
||||
r->m_proof = 0;
|
||||
m.inc_ref(r->m_head);
|
||||
for (unsigned i = 0; i < n; i++) {
|
||||
r->m_tail[i] = source->m_tail[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue