From 9e7bb2de8f5601dda3984a578a27b5d3c8e9dc9d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 9 Dec 2009 17:18:39 +0000 Subject: Fix bug #20299: bilateral blur node crashes when the number of iterations is rapidly changed. --- source/blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source') 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); -- cgit v1.2.3