aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/text.cpp')
-rw-r--r--engines/macventure/text.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/macventure/text.cpp b/engines/macventure/text.cpp
index d15401ac3a..76ea7dfd96 100644
--- a/engines/macventure/text.cpp
+++ b/engines/macventure/text.cpp
@@ -174,7 +174,6 @@ void TextAsset::decodeHuffman() {
}
}
_decoded += '\0';
- delete res;
debugC(4, kMVDebugText, "Decoded %d'th string (new): %s", _id, _decoded.c_str());
}
Common::String TextAsset::getNoun(ObjID subval) {