aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/jacl/jacl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/jacl/jacl.cpp')
-rw-r--r--engines/glk/jacl/jacl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/glk/jacl/jacl.cpp b/engines/glk/jacl/jacl.cpp
index c0530339ee..86b7c72110 100644
--- a/engines/glk/jacl/jacl.cpp
+++ b/engines/glk/jacl/jacl.cpp
@@ -42,7 +42,6 @@ void JACL::runGame() {
// Open up the game file as a stream, and play the game
game_stream = _streams->openStream(&_gameFile);
glk_main();
- glk_stream_close(game_stream);
}
bool JACL::initialize() {