On 2014-08-25 22:06, Anders Roxell wrote: > Signed-off-by: Anders Roxell <[email protected]> > --- > platform/linux-dpdk/odp_linux.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/platform/linux-dpdk/odp_linux.c b/platform/linux-dpdk/odp_linux.c > index 067bd99..a694f65 100644 > --- a/platform/linux-dpdk/odp_linux.c > +++ b/platform/linux-dpdk/odp_linux.c > @@ -78,6 +78,7 @@ void odp_linux_pthread_create(odp_linux_pthread_t > *thread_tbl, int num, > odp_run_start_routine(start_args); > lcore_config[cpu].state = FINISHED; > } > + free(start_args); > } > } > > -- > 1.9.1 >
Ping. _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
