X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_field.c;h=eede159b871292add65de218fd80a819633d19b6;hb=ec7f7d58e000242e918c2ae2cebd172bffe6e9d4;hp=8a7f51f47f2595e1c75c5fce47d63858dc6734bc;hpb=7c518e80321a87a22d2e48835442c9f5b70dcd17;p=melted diff --git a/src/framework/mlt_field.c b/src/framework/mlt_field.c index 8a7f51f..eede159 100644 --- a/src/framework/mlt_field.c +++ b/src/framework/mlt_field.c @@ -152,8 +152,6 @@ int mlt_field_plant_transition( mlt_field this, mlt_transition that, int a_track void mlt_field_close( mlt_field this ) { - mlt_tractor_close( this->tractor ); - mlt_multitrack_close( this->multitrack ); free( this ); }