summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/hashsmt/sha1_collision.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hashsmt/sha1_collision.cpp b/examples/hashsmt/sha1_collision.cpp
index 352707455..2193c7b68 100644
--- a/examples/hashsmt/sha1_collision.cpp
+++ b/examples/hashsmt/sha1_collision.cpp
@@ -100,6 +100,9 @@ int main(int argc, char* argv[]) {
// Checksat command
output << CheckSatCommand() << endl;
+ delete[] cvc4input1;
+ delete[] cvc4input2;
+
} catch (CVC4::Exception& e) {
cerr << e << endl;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback