Jelajahi Sumber

BUG: fix FMM

Bill Hoffman 22 tahun lalu
induk
melakukan
6b6971a2c2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
         }
     }
 };