3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

Fixed integration issues

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2015-01-21 15:34:21 +00:00
parent 1a6af4385e
commit 1209302fe6
2 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@ namespace Duality {
if(rpfp)
dealloc(rpfp);
if(ls)
(ls);
dealloc(ls);
}
};