Blender Git Commit Log
Git Commits -> Revision d6ace5a
August 25, 2021, 11:59 (GMT) |
Fix: Crash on file read with active VR session Add null check for runtime data since it could already have been freed via wm_xr_exit() (called on file read) prior to the session exit callback. Also, fix potential memory leak by freeing session data in wm_xr_runtime_data_free() instead of session exit callback. |
Commit Details:
Full Hash: d6ace5a7bbc0782b684cfab4ca4269365dd29285
Parent Commit: cb9c0aa
Lines Changed: +6, -2