]> git.sesse.net Git - mlt/commit
Fix crash removing filter attached to a service.
authorDan Dennedy <dan@dennedy.org>
Thu, 24 Oct 2013 01:27:31 +0000 (18:27 -0700)
committerDan Dennedy <dan@dennedy.org>
Thu, 24 Oct 2013 01:27:31 +0000 (18:27 -0700)
commite7b19e9de83d518304637cc63484351c3644296b
tree274449c138e8f9fde03ce24999406b999f9721dc
parent910847dc41d16d286b037acd4001abb444657d69
Fix crash removing filter attached to a service.

There can still be frame objects that have a filter's get_image function
in its image processing stack. Need to add a reference to the filter on
the frame objects.
src/framework/mlt_filter.c