Hi!
> diff --git a/pan/splitstr.c b/pan/splitstr.c
> index 39b4698..608c682 100644
> --- a/pan/splitstr.c
> +++ b/pan/splitstr.c
> @@ -136,6 +136,7 @@ const char **splitstr(const char *str, const char 
> *separator, int *argcount)
>       if (argcount != NULL)
>               *argcount = num_toks;
>  
> +     free(arg_string);

I've explained why this is wrong before, didn't I?

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to