X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fbash%2FcpPlugins_CreateInstances.cxx;fp=appli%2Fbash%2FcpPlugins_CreateInstances.cxx;h=6dccd2b5a36f6e7dbbd8cde275681fc7d38a0583;hb=f1eb54c8db4f52e29b53a330238c3dafea976b15;hp=edb8e61e627d873152580f96eee1f9834fd76953;hpb=fa717ee218b75c537f1539a4ccebd318c178f16b;p=cpPlugins.git diff --git a/appli/bash/cpPlugins_CreateInstances.cxx b/appli/bash/cpPlugins_CreateInstances.cxx index edb8e61..6dccd2b 100644 --- a/appli/bash/cpPlugins_CreateInstances.cxx +++ b/appli/bash/cpPlugins_CreateInstances.cxx @@ -177,7 +177,7 @@ TLines Tokenize( const std::string& str, const std::string& delims ) it = cpPlugins_STRTOK( NULL, delims.c_str( ), &next ); } // elihw - delete buffer; + delete [] buffer; } // fi return( tokens );