New geometry specification
[melted] / src / framework / mlt_consumer.c
index 6c85988..32c7668 100644 (file)
@@ -639,6 +639,9 @@ void mlt_consumer_close( mlt_consumer this )
                // Get the childs close function
                void ( *consumer_close )( ) = this->close;
 
+               // Just in case...
+               mlt_consumer_stop( this );
+
                // Make sure it only gets called once
                this->close = NULL;
                this->parent.close = NULL;