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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-04-25 14:49:13 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-04-25 14:49:13 +0400
commit3f12beb4d0440da93ccbe67c76f23a2f15452aac (patch)
tree3e3d34d0396a598abd4b40f8cc4de8d450d08d2c /source/blender/windowmanager/intern/wm_init_exit.c
parent6c3317612edce15095e3868e0cb3135e19eb77f2 (diff)
Fix #22123 and #22124: some problems with mutex locks, also tweak to
how removing opengl textures from outside main thread is done so it happens as part of the main loop.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_init_exit.c')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index 862255d7cd5..add80e9298c 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -312,6 +312,7 @@ void WM_exit(bContext *C)
}
GPU_buffer_pool_free(0);
+ GPU_free_unused_buffers();
GPU_extensions_exit();
// if (copybuf) MEM_freeN(copybuf);