]> git.sesse.net Git - mlt/commitdiff
xml based westley serialisation
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 22 Jan 2004 05:46:19 +0000 (05:46 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 22 Jan 2004 05:46:19 +0000 (05:46 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@90 d19143bc-622f-0410-bfdd-b5b2a6649095

mlt/src/modules/westley/consumer_westley.c
src/modules/westley/consumer_westley.c

index 6bfce89ed28de5bacf3f2e4acd5af8a6e87f5a81..301935143c59c1d96e07210f9702b4c8ad9ac2b9 100644 (file)
@@ -300,8 +300,8 @@ static int consumer_start( mlt_consumer this )
                xmlDocFormatDump( stderr, doc, 1 );
        }
 
-       mlt_consumer_stop( this );
        xmlFreeDoc( doc );
+       mlt_consumer_stop( this );
 
        // Tell inigo, enough already!
        if ( inigo != NULL )
index 6bfce89ed28de5bacf3f2e4acd5af8a6e87f5a81..301935143c59c1d96e07210f9702b4c8ad9ac2b9 100644 (file)
@@ -300,8 +300,8 @@ static int consumer_start( mlt_consumer this )
                xmlDocFormatDump( stderr, doc, 1 );
        }
 
-       mlt_consumer_stop( this );
        xmlFreeDoc( doc );
+       mlt_consumer_stop( this );
 
        // Tell inigo, enough already!
        if ( inigo != NULL )