X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tokeniser.c;h=9f35376d3a04071353aac4572d81a312229b7a67;hb=4fc3fa1bf4116848c423837437d75f103cdd0154;hp=619a4898ae143b3201524d355511a51d435d08e4;hpb=c12c6c380fa37b6a0d28ce98fdcda487a8aca76d;p=melted diff --git a/src/framework/mlt_tokeniser.c b/src/framework/mlt_tokeniser.c index 619a489..9f35376 100644 --- a/src/framework/mlt_tokeniser.c +++ b/src/framework/mlt_tokeniser.c @@ -1,7 +1,10 @@ -/* - * mlt_tokeniser.c -- String tokeniser - * Copyright (C) 2002-2003 Ushodaya Enterprises Limited - * Author: Charles Yates +/** + * \file mlt_tokeniser.c + * \brief string tokeniser + * \see mlt_tokeniser_s + * + * Copyright (C) 2002-2009 Ushodaya Enterprises Limited + * \author Charles Yates * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -126,7 +129,7 @@ int mlt_tokeniser_parse_new( mlt_tokeniser tokeniser, char *string, char *delimi count = 0 - ( count - 1 ); mlt_tokeniser_append( tokeniser, token ); } - + free( token ); return count; }