Blender Git Loki
Git Commits -> Revision 0fd64c6
Revision 0fd64c6 by Julian Eisel (asset-browser) November 30, 2020, 13:09 (GMT) |
Cleanup: Use C++ scope based mutex locks Rather than verbose and unsafe (in case of early exits or exceptions) explicit lock/unlock pairs, use RAII based locks which explicitly unlock on stack unwinding. |
Commit Details:
Full Hash: 0fd64c652c0d29592352c261c5852b1679778ae6
Parent Commit: 62e06f1
Lines Changed: +20, -33
1 Modified Path:
/source/blender/blenkernel/intern/icons.cc (+20, -33) (Diff)