Fix bug #20299: bilateral blur node crashes when the number of

iterations is rapidly changed.
This commit is contained in:
Brecht Van Lommel 2009-12-09 17:18:39 +00:00
parent 00b8e65f0a
commit 9e7bb2de8f

@ -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);