avformat whoops, pooling claridication and removal of dv leak
[melted] / src / modules / dv / producer_libdv.c
index b346b72..b277313 100644 (file)
@@ -334,7 +334,7 @@ static void producer_close( mlt_producer parent )
        producer_libdv this = parent->child;
 
        // Free the dv deconder
-       //dv_decoder_free( this->dv_decoder );
+       dv_decoder_free( this->dv_decoder );
 
        // Close the file
        if ( this->fd > 0 )