0025361: Sample "Voxel" crashes during "Demo - Collisions" demonstration
[occt.git] / src / Voxel / Voxel_CollisionDetection.cxx
old mode 100755 (executable)
new mode 100644 (file)
index 2a4444b..bb974b3
@@ -1,7 +1,17 @@
-// File:       Voxel_CollisionDetection.cxx
-// Created:    Mon July 16 12:13:45 2008
-// Author:     Vladislav ROMASHKO
-//             <vladislav.romashko@opencascade.com>
+// Created on: 2008-07-16
+// Created by: Vladislav ROMASHKO
+// Copyright (c) 2008-2014 OPEN CASCADE SAS
+//
+// This file is part of Open CASCADE Technology software library.
+//
+// This library is free software; you can redistribute it and/or modify it under
+// the terms of the GNU Lesser General Public License version 2.1 as published
+// by the Free Software Foundation, with special exception defined in the file
+// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
+// distribution for complete text of the license and disclaimer of any warranty.
+//
+// Alternatively, this file may be used under the terms of Open CASCADE
+// commercial license or contractual agreement.
 
 #include <Voxel_CollisionDetection.ixx>
 #include <Voxel_FastConverter.hxx>
@@ -261,7 +271,7 @@ void Voxel_CollisionDetection::Clear()
 {
   if (myVoxels)
   {
-    delete ((Voxel_BoolDS*)myVoxels);
+    delete[] ((Voxel_BoolDS*)myVoxels);
     myVoxels = 0;
   }
 }