aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/mhwanh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/mhwanh.cpp')
-rw-r--r--engines/prince/mhwanh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/prince/mhwanh.cpp b/engines/prince/mhwanh.cpp
index 4ce7beded9..5ad39313a0 100644
--- a/engines/prince/mhwanh.cpp
+++ b/engines/prince/mhwanh.cpp
@@ -42,7 +42,7 @@ void MhwanhDecoder::destroy()
if (_surface)
{
_surface->free();
- delete _surface; _surface = 0;
+ _surface = 0;
}
delete [] _palette; _palette = 0;