Blender Git Loki
Git Commits -> Revision 10253f7
Revision 10253f7 by Sergey Sharybin (master) July 15, 2012, 10:48 (GMT) |
Fixed deadlock caused by thread locks added in 48893 This deadlock was caused by lock of threads using LOCK_DRAW_IMAGE mutex and lock used in render result acquire functions. So if image draw would lock LOCK_DRAW_IMAGE before compositor operation released render result it'll lead into a deadlock. |
Commit Details:
Full Hash: 10253f73bcdfc9aee865e06e9000505e08e009dd
SVN Revision: 48937
Parent Commit: 02bac0b
Lines Changed: +4, -4
1 Modified Path:
/source/blender/editors/space_image/image_draw.c (+4, -4) (Diff)