aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dxa_player.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/dxa_player.cpp b/graphics/dxa_player.cpp
index 6f2bca111e..c4c9aaed55 100644
--- a/graphics/dxa_player.cpp
+++ b/graphics/dxa_player.cpp
@@ -152,6 +152,8 @@ void DXAPlayer::closeFile() {
return;
delete _fd;
+ _fd = 0;
+
free(_frameBuffer1);
free(_frameBuffer2);
free(_scaledBuffer);