]> git.sesse.net Git - mlt/commitdiff
+ Bug Fix: Removes a memory leak on last alpha channel
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 29 Mar 2006 08:57:37 +0000 (08:57 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Wed, 29 Mar 2006 08:57:37 +0000 (08:57 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@901 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/gtk2/producer_pixbuf.c

index c98fd41c65fdb857f15082017da494e229a71a00..1217bdf434908fa8bcbfd59fa94d9e48ed89366d 100644 (file)
@@ -410,6 +410,7 @@ static void producer_close( mlt_producer parent )
 {
        producer_pixbuf this = parent->child;
        mlt_pool_release( this->image );
+       mlt_pool_release( this->alpha );
        parent->close = NULL;
        mlt_producer_close( parent );
        mlt_properties_close( this->filenames );