Memory leaks and resample rework
[melted] / src / framework / mlt_filter.c
index 11f4db7..6e82f5e 100644 (file)
@@ -194,4 +194,5 @@ void mlt_filter_close( mlt_filter this )
                this->close( this );
        else
                mlt_service_close( &this->parent );
+       free( this );
 }