Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BlenderPhi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raas
BlenderPhi
Commits
9db56e4b
Commit
9db56e4b
authored
May 6, 2021
by
Campbell Barton
Committed by
Jeroen Bakker
May 7, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Fix memory leak in object.mode_set_with_submode
parent
ec0a3ff4
Branches
Branches containing commit
Tags
build-84afddea8f5e98b3b4e176597c946f3ce8fe5f84
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/blender/editors/mesh/editmesh_select.c
+1
-0
1 addition, 0 deletions
source/blender/editors/mesh/editmesh_select.c
with
1 addition
and
0 deletions
source/blender/editors/mesh/editmesh_select.c
+
1
−
0
View file @
9db56e4b
...
@@ -2521,6 +2521,7 @@ bool EDBM_selectmode_set_multi(bContext *C, const short selectmode)
...
@@ -2521,6 +2521,7 @@ bool EDBM_selectmode_set_multi(bContext *C, const short selectmode)
changed
=
true
;
changed
=
true
;
}
}
}
}
MEM_freeN
(
objects
);
if
(
changed
)
{
if
(
changed
)
{
WM_main_add_notifier
(
NC_SCENE
|
ND_TOOLSETTINGS
,
NULL
);
WM_main_add_notifier
(
NC_SCENE
|
ND_TOOLSETTINGS
,
NULL
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment