Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/GPG_ghost.cpp')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_ghost.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
index 7d792ca37c8..44e02ee00c9 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
@@ -77,6 +77,7 @@ extern "C"
#include "BKE_sound.h"
#include "IMB_imbuf.h"
+#include "IMB_moviecache.h"
int GHOST_HACK_getFirstFile(char buf[]);
@@ -1071,6 +1072,7 @@ int main(int argc, char** argv)
IMB_exit();
BKE_images_exit();
DAG_exit();
+ IMB_moviecache_destruct();
SYS_DeleteSystem(syshandle);