37e35147d832e3b4c56df60d8a2bddf2a69027ed
There are two issues here. First, the instanced panel freeing uses the panel type after it's been freed a few lines up in this function. Second, while panel types are registered for a single space type, there are cases where they're used in multiple space/region types anyway. Because of that, removing the dangling pointer of the freed type from just the registered region & space type combination isn't enough, we need to process all regions. Pull Request: https://projects.blender.org/blender/blender/pulls/129676
…
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%
