diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-17 13:15:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-17 13:15:10 (GMT) |
commit | 1087f80c287c129acfbf1a3f2833c039f05e7695 (patch) | |
tree | 38c37e26f09b8ae93db1c8866fc4252c6c97e2ad /Source/kwsys/testCommandLineArguments1.cxx | |
parent | dca00d735e9c83827aa949c409ccf88313f02846 (diff) | |
download | CMake-1087f80c287c129acfbf1a3f2833c039f05e7695.zip CMake-1087f80c287c129acfbf1a3f2833c039f05e7695.tar.gz CMake-1087f80c287c129acfbf1a3f2833c039f05e7695.tar.bz2 |
COMP: Only delete once
Diffstat (limited to 'Source/kwsys/testCommandLineArguments1.cxx')
-rw-r--r-- | Source/kwsys/testCommandLineArguments1.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/kwsys/testCommandLineArguments1.cxx b/Source/kwsys/testCommandLineArguments1.cxx index 31d0937..dedfe31 100644 --- a/Source/kwsys/testCommandLineArguments1.cxx +++ b/Source/kwsys/testCommandLineArguments1.cxx @@ -101,10 +101,6 @@ int main(int argc, char* argv[]) } arg.DeleteRemainingArguments(newArgc, &newArgv); - if ( m ) - { - delete [] m; - } return res; } |