blender/source
Julian Eisel 7ef0c37bef Fix MEM_new/MEM_freeN mistach
Calling `MEM_freeN` on data allocated with `MEM_new` is bad, since it will not
call a destructor matching the one invoked as part of `MEM_new`.

Would crash with the guarded allocator, which detects such mismatches now.
2024-07-07 19:08:13 +02:00
..
blender Fix MEM_new/MEM_freeN mistach 2024-07-07 19:08:13 +02:00
creator Merge branch 'blender-v4.2-release' 2024-07-01 16:40:29 +02:00
CMakeLists.txt Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00