aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/font.cpp')
-rw-r--r--engines/groovie/font.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/groovie/font.cpp b/engines/groovie/font.cpp
index 6aa6c89d31..dc1d7ae73a 100644
--- a/engines/groovie/font.cpp
+++ b/engines/groovie/font.cpp
@@ -54,6 +54,7 @@ bool T7GFont::load(Common::SeekableReadStream &stream) {
if (stream.eos()) {
error("Groovie::T7GFont: Couldn't read the glyph offsets");
+ delete[] glyphOffsets;
return false;
}