From ff359fd2a331690ae545437e141d1f9f77257b99 Mon Sep 17 00:00:00 2001
From: Andy Cedilnik <andy.cedilnik@kitware.com>
Date: Mon, 17 Jul 2006 09:15:10 -0400
Subject: [PATCH] COMP: Only delete once

---
 testCommandLineArguments1.cxx | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/testCommandLineArguments1.cxx b/testCommandLineArguments1.cxx
index 77836ec..bb83564 100644
--- a/testCommandLineArguments1.cxx
+++ b/testCommandLineArguments1.cxx
@@ -101,10 +101,6 @@ int main(int argc, char* argv[])
     }
   arg.DeleteRemainingArguments(newArgc, &newArgv);
 
-  if ( m )
-    {
-    delete [] m;
-    }
   return res;
 }
  
-- 
GitLab