aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/lua-script.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-18 18:40:05 +0530
committerEugene Sandulenko2019-09-03 17:17:23 +0200
commit8d9004e43268109394059ff267cce9983c4f5346 (patch)
tree4a8cdd459be080f966283cad4205b05e3a60402d /engines/hdb/lua-script.cpp
parentea77240d4e85873fd5f006b10981509156ddba73 (diff)
downloadscummvm-rg350-8d9004e43268109394059ff267cce9983c4f5346.tar.gz
scummvm-rg350-8d9004e43268109394059ff267cce9983c4f5346.tar.bz2
scummvm-rg350-8d9004e43268109394059ff267cce9983c4f5346.zip
HDB: Fix memory leaks when stream is returned NULL
Diffstat (limited to 'engines/hdb/lua-script.cpp')
-rw-r--r--engines/hdb/lua-script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp
index 54cd2c9846..5c2906b6dc 100644
--- a/engines/hdb/lua-script.cpp
+++ b/engines/hdb/lua-script.cpp
@@ -90,6 +90,7 @@ bool LuaScript::loadLua(const char *name) {
_systemInit = false;
+ delete luaStream;
return false;
}