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:
authorBastien Montagne <montagne29@wanadoo.fr>2015-10-13 16:44:58 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-10-13 16:44:58 +0300
commit168604ecbe60ba909e3057cadf1c4047ea966d0c (patch)
treea4699c125b9ace4e1d4efaff747a3ac0faed78c3 /source/blender/editors/space_node/node_group.c
parent9d5cdf92b28217e29b6840eae8d0c44f033e3cf6 (diff)
Revert to master - those changes are globally valid, but remain incomplete,free-refcount-ids
and total new code is being done in id-remap anyway, not worth bothering with this for now...
Diffstat (limited to 'source/blender/editors/space_node/node_group.c')
-rw-r--r--source/blender/editors/space_node/node_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_group.c b/source/blender/editors/space_node/node_group.c
index cdbdf48f1ba..b57f95db4e6 100644
--- a/source/blender/editors/space_node/node_group.c
+++ b/source/blender/editors/space_node/node_group.c
@@ -623,7 +623,7 @@ static bool node_group_make_test_selected(bNodeTree *ntree, bNode *gnode, const
}
/* free local pseudo node tree again */
- ntreeFreeTree(ngroup, true);
+ ntreeFreeTree(ngroup);
MEM_freeN(ngroup);
if (!ok)
return false;