consumer_avformat.c: fix deprecated warning on av_set_string
[melted] / src / modules / qimage / producer_qimage.c
index 70c8d18..9c1ead8 100644 (file)
@@ -283,6 +283,8 @@ static void producer_close( mlt_producer parent )
 {
        producer_qimage this = parent->child;
        parent->close = NULL;
+       mlt_pool_release( this->current_image );
+       mlt_pool_release( this->current_alpha );
        mlt_producer_close( parent );
        mlt_properties_close( this->filenames );
        free( this );