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:
authorGaia Clary <gaia.clary@machinimatrix.org>2018-03-12 01:47:08 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2018-03-12 01:47:08 +0300
commit3a6f26c087a367bae720e59fb019955ea80a5439 (patch)
tree85517ad5717d6e64413aca6ed5a58740b0d1d21c /source/blender/windowmanager
parentddae05cdca9211a789a6501c6ca054f9a46e07c5 (diff)
parent7fed3ad32bfd5dda7b9d0ee954b77f834e109728 (diff)
Merge branch 'blender2.8' of git.blender.org:blender into blender2.8
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index a2f5f1b1e10..98ac3eebb57 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -116,6 +116,7 @@
#include "BLF_api.h"
#include "BLT_lang.h"
+#include "GPU_material.h"
#include "GPU_buffers.h"
#include "GPU_draw.h"
#include "GPU_init_exit.h"
@@ -553,6 +554,7 @@ void WM_exit_ext(bContext *C, const bool do_python)
BLF_exit();
if (!G.background) {
+ GPU_pass_cache_free();
DRW_opengl_context_destroy();
}