mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
fix issues found in parsing examples
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
274279b251
commit
0bfea99cff
4 changed files with 10 additions and 5 deletions
|
@ -853,6 +853,7 @@ pdecl_manager::~pdecl_manager() {
|
|||
dec_ref(m_list);
|
||||
reset_sort_info();
|
||||
SASSERT(m_sort2psort.empty());
|
||||
SASSERT(m_table.empty());
|
||||
}
|
||||
|
||||
psort * pdecl_manager::mk_psort_cnst(sort * s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue