aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/videoplayer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp
index 6cc14fd3db..dd070035a9 100644
--- a/engines/gob/videoplayer.cpp
+++ b/engines/gob/videoplayer.cpp
@@ -329,6 +329,7 @@ void VideoPlayer::closeVideo() {
_video = 0;
_stream = 0;
+ *_curFile = 0;
}
} // End of namespace Gob