Mered, as it simple fix. Maxim.
On 03/19/15 02:46, Mike Holmes wrote:
clean up after calling malloc Signed-off-by: Mike Holmes <[email protected]> --- test/validation/odp_timer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/validation/odp_timer.c b/test/validation/odp_timer.c index 1582c63..fd8065d 100644 --- a/test/validation/odp_timer.c +++ b/test/validation/odp_timer.c @@ -427,6 +427,8 @@ static void *worker_entrypoint(void *arg) if (tt[i].ev != ODP_EVENT_INVALID) odp_timeout_free(odp_timeout_from_event(tt[i].ev)); } + + free(tt); LOG_DBG("Thread %u: exiting\n", thr); return NULL; }
_______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
