X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tokeniser.c;h=9d3977e7050e0c594bcfc29a8c99087b0e52110f;hb=e5fd66367b6f976e3bcb0ada98408afcb40cb2ce;hp=619a4898ae143b3201524d355511a51d435d08e4;hpb=fc3578a225810d44728bb69f6710cba69dfdea4a;p=mlt diff --git a/src/framework/mlt_tokeniser.c b/src/framework/mlt_tokeniser.c index 619a4898..9d3977e7 100644 --- a/src/framework/mlt_tokeniser.c +++ b/src/framework/mlt_tokeniser.c @@ -1,7 +1,9 @@ -/* - * mlt_tokeniser.c -- String tokeniser - * Copyright (C) 2002-2003 Ushodaya Enterprises Limited - * Author: Charles Yates +/** + * \file mlt_tokeniser.c + * \brief string tokeniser + * + * Copyright (C) 2002-2008 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 +128,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; }