Blender Git Loki
Git Commits -> Revision 4e7417e
Revision 4e7417e by Mitchell Stokes (master) July 7, 2011, 10:37 (GMT) |
The Blenderplayer wasn't freeing GPU_Textures since according to BLI_threads, GPU_free_image() was never being called from the main thread. Calling BLI_threadapi_init() when the Blenderplayer starts sets the current thread as the main thread and solves the problem. |
Commit Details:
Full Hash: 4e7417e9fd1c083ede40389537dc642ec6513025
SVN Revision: 38185
Parent Commit: ccc56a6
Lines Changed: +6, -1
1 Modified Path:
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+6, -1) (Diff)