aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_vocab.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-11-03 23:04:58 -0400
committerPaul Gilbert2016-11-03 23:04:58 -0400
commite58dad8bb6f50c160de4465551abbe877b673360 (patch)
treedc60871532fedef362f0e05b12c7c11cd33d6864 /engines/titanic/true_talk/tt_vocab.cpp
parentc32be8ebeb45558cf2eb20c199bb06218f55d2fb (diff)
downloadscummvm-rg350-e58dad8bb6f50c160de4465551abbe877b673360.tar.gz
scummvm-rg350-e58dad8bb6f50c160de4465551abbe877b673360.tar.bz2
scummvm-rg350-e58dad8bb6f50c160de4465551abbe877b673360.zip
TITANIC: Parser fixes for using unrecognised words
Diffstat (limited to 'engines/titanic/true_talk/tt_vocab.cpp')
-rw-r--r--engines/titanic/true_talk/tt_vocab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/titanic/true_talk/tt_vocab.cpp b/engines/titanic/true_talk/tt_vocab.cpp
index 785f33a470..6748d6535b 100644
--- a/engines/titanic/true_talk/tt_vocab.cpp
+++ b/engines/titanic/true_talk/tt_vocab.cpp
@@ -552,7 +552,6 @@ TTword *TTvocab::getPrefixedWord(TTstring &str) const {
word->_text = str;
}
- delete tempStr;
return word;
}