Bill Hoffman 22 éve
szülő
commit
6b6971a2c2
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Source/cmSystemTools.cxx

+ 1 - 1
Source/cmSystemTools.cxx

@@ -1203,7 +1203,7 @@ public:
       for(std::vector<char*>::iterator i = this->begin();
           i != this->end(); ++i)
         {
-        delete *i;
+        delete []*i;
         }
     }
 };