Skip to content

Commit

Permalink
c++ example: call Z3_finalize_memory() so that the buildbot leak chec…
Browse files Browse the repository at this point in the history
…ker doesnt complain about reachable memory
  • Loading branch information
nunoplopes committed Oct 24, 2020
1 parent aaa1af5 commit 9c08b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/c++/example.cpp
Expand Up @@ -1342,5 +1342,6 @@ int main() {
catch (exception & ex) {
std::cout << "unexpected error: " << ex << "\n";
}
Z3_finalize_memory();
return 0;
}

0 comments on commit 9c08b60

Please sign in to comment.