292b0c74d31760b794e95e233262fb83dfcfae65
Code at the XR actionmap level is using calloc/free, but later when conditions trigger WM_operator_properties_alloc in `windowmanager\intern\wm_operators.cc` it is using MEM_new, which is the mismatch. XR actionmap code needed to be modified to be compatible with the allocators it is using. Pull Request: https://projects.blender.org/blender/blender/pulls/133274
Fix #133239: Corrected inconsistent use of calloc/free vs new/delete to fix crash when disabling VR preview
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
