Bill Hoffman 22 سال پیش
والد
کامیت
6b6971a2c2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Source/cmSystemTools.cxx

+ 1 - 1
Source/cmSystemTools.cxx

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