Blender Git Commit Log
Git Commits -> Revision 708622c
Revision 708622c by Sergey Sharybin (master) April 26, 2013, 08:30 (GMT) |
Fix #35082: Blender Freeze when change smoke domain setting Issue was introduced by svn rev56273 and was caused by both smokeModifier_do and smokeModifier_reset (which is called from smokeModifier_do) do mutex lock/unlock. This lead to quite undefined behavior caused by the same thread released mutex twice. Solved by not locking mutex from inside routines calling from smokeModifier_process -- mutex is locked in parent function anyway. |
Commit Details:
Full Hash: 708622c7f20e206ab18ffb56db8b78c319916eda
SVN Revision: 56306
Parent Commit: e77729f
Lines Changed: +13, -6
1 Modified Path:
/source/blender/blenkernel/intern/smoke.c (+13, -6) (Diff)