summaryrefslogtreecommitdiff
path: root/src/win95/animchnk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/animchnk.cpp')
-rw-r--r--src/win95/animchnk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/animchnk.cpp b/src/win95/animchnk.cpp
index f6802cb..adaecaa 100644
--- a/src/win95/animchnk.cpp
+++ b/src/win95/animchnk.cpp
@@ -218,7 +218,7 @@ FrameList::FrameList(TEXANIM* p,FrameList* fl,int* conv)
FrameList::~FrameList()
{
delete [] Textures;
- delete UVCoords;
+ delete [] UVCoords;
}
TEXANIM::TEXANIM()