Re: [lng-odp] [PATCH 3/3] example: generator: replace strtok_r with strtok and fix leaks

2015-03-23 Thread Mike Holmes
http://linux.die.net/man/3/strtok_r string.h is no longer needed On 11 March 2015 at 09:52, Ciprian Barbu ciprian.ba...@linaro.org wrote: The odp_ipsec example leaks some strings allocated during parse_args. https://bugs.linaro.org/show_bug.cgi?id=1117 CID 56899: Resource leak

[lng-odp] [PATCH 3/3] example: generator: replace strtok_r with strtok and fix leaks

2015-03-12 Thread Ciprian Barbu
The odp_ipsec example leaks some strings allocated during parse_args. https://bugs.linaro.org/show_bug.cgi?id=1117 CID 56899: Resource leak (RESOURCE_LEAK) Signed-off-by: Ciprian Barbu ciprian.ba...@linaro.org --- example/generator/odp_generator.c | 30 -- 1 file