Fixing double delete bug in main.cpp
authorChristopher L. Conway <christopherleeconway@gmail.com>
Fri, 2 Apr 2010 18:40:51 +0000 (18:40 +0000)
committerChristopher L. Conway <christopherleeconway@gmail.com>
Fri, 2 Apr 2010 18:40:51 +0000 (18:40 +0000)
src/main/main.cpp

index 5e1f4be93eb75bc255ba9f48b9f175466ae1b1c4..b101036356dfaa91eb9f0f1a958782c52721aa9d 100644 (file)
@@ -171,7 +171,6 @@ int runCvc4(int argc, char* argv[]) {
 
   // Remove the parser
   delete input;
-  delete input;
 
   switch(lastResult.asSatisfiabilityResult().isSAT()) {