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:
authorCampbell Barton <ideasman42@gmail.com>2014-06-18 22:24:15 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-18 22:24:15 +0400
commit5138485d43ab1473cdb7b9e84c0ab1bcc999b1c8 (patch)
tree79a01750f44a18dfab15327fb560eb25aa081618
parentbf58bd10bb1a8b75be851981a1a185db80d35aba (diff)
missed removing this in recent popup refactor
-rw-r--r--source/blender/editors/interface/interface_templates.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index a0128459118..08a8025bcbb 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -1650,8 +1650,7 @@ static uiBlock *icon_view_menu(bContext *C, ARegion *ar, void *arg_litem)
uiBoundsBlock(block, 0.3f * U.widget_unit);
uiBlockSetDirection(block, UI_TOP);
- uiEndBlock(C, block);
-
+
if (free) {
MEM_freeN(item);
}