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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-12-09 20:18:39 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-12-09 20:18:39 +0300
commit9e7bb2de8f5601dda3984a578a27b5d3c8e9dc9d (patch)
tree9a3bbfebadc8b0abc1768643e0f348398c72fb19 /source
parent00b8e65f0aaefc34c91bdfee7f31233bb313f312 (diff)
Fix bug #20299: bilateral blur node crashes when the number of
iterations is rapidly changed.
Diffstat (limited to 'source')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c b/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c
index b954e876ea1..b4c1bbd7acc 100644
--- a/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c
+++ b/source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c
@@ -229,9 +229,6 @@ static void node_composit_exec_bilateralblur(void *data, bNode *node, bNodeStack
SWAP(CompBuf, *source, *new);
}
- if(node->exec & NODE_BREAK)
- free_compbuf(source);
-
if(img != in[0]->data)
free_compbuf(img);