Blender Git Loki
Git Commits -> Revision 3ab5ef7
Revision 3ab5ef7 by Bastien Montagne (master) February 9, 2018, 16:23 (GMT) |
Fix (unreported) error on freeing timers which customdata pointer shall not be freed. Looks like there was no way to avoid that so far, since WM_event_add_timer_notifier can set mere int-in-pointer there, this can cause issues. So added mere flags system to wmTimer to allow controlling this. |
Commit Details:
Full Hash: 3ab5ef7b4f34f110e4861096428b83b4f9b5efe9
Parent Commit: ea90994
Lines Changed: +9, -2