Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2022-01-14 21:08:02 +0300
committerJulian Eisel <julian@blender.org>2022-01-14 21:26:04 +0300
commit41495707d207db94db238e0bce5bd2dd90cbdbef (patch)
tree20fb53414a5efa318722ae721c71c98a02fbd878 /source/blender/editors/space_outliner/outliner_draw.cc
parent82d5905e4b146685ad577f7bb4909535abbb6cd7 (diff)
Fix incorrect destruction of Outliner tree-elements
`TreeElement` isn't a trivial type anymore, so `MEM_delete()` should be called, which calls the destructor. AFAICS this would cause a memory leak, since the contained `unique_ptr` is allocated but not destructed correctly - but it's not using the guarded allocator so woudn't be reported.
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.cc')
0 files changed, 0 insertions, 0 deletions