From 49ad9afbbe2e7cc0add43b8551d593facde5592b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 29 Dec 2010 19:56:33 +0000 Subject: [PATCH] Need array delete operator here. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40034 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/3dmov/ViewCube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/3dmov/ViewCube.cpp b/src/apps/3dmov/ViewCube.cpp index 1f925c17ec..28f3118b84 100644 --- a/src/apps/3dmov/ViewCube.cpp +++ b/src/apps/3dmov/ViewCube.cpp @@ -110,7 +110,7 @@ Cube :: Cube(const float half_extent) */ Cube :: ~Cube() { - delete fGeometry; + delete [] fGeometry; } /* FUNCTION: Cube :: SetAngle