Blender Git Loki
Git Commits -> Revision e8a8bb6
Revision e8a8bb6 by Jesse Yurkovich (master) November 13, 2021, 04:47 (GMT) |
Cleanup: Correct order of guard and lock in moviecache_valfree Fix own mistake in rB7061d1e39fe In my attempt to quickly address T92838, along with the original bug, I made a nonsensical choice to use the limiter lock to guard the check against the cache item itself. While harmless, it is not necessary and semantically wrong / potentially confusing to future readers of the code. Differential Revision: https://developer.blender.org/D13122 |
Commit Details:
Full Hash: e8a8bb67fcefa5e935214e1af1ec3da38465dda1
Parent Commit: ab9ec19
Lines Changed: +2, -2
1 Modified Path:
/source/blender/imbuf/intern/moviecache.c (+2, -2) (Diff)