https://bugs.linaro.org/show_bug.cgi?id=2411
Bill Fischofer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Bill Fischofer <[email protected]> --- Petri, is this still something you wish to fix? static int term_global(void) { int qi, ret = 0; for (qi = 0; qi < NUM_QUEUE; qi++) { if (sched_global->queue_cmd[qi].s.init) { /* todo: dequeue until empty ? */ sched_cb_queue_destroy_finalize(qi); } } ret = odp_shm_free(sched_global->shm); if (ret < 0) { ODP_ERR("Shm free failed for sp_scheduler"); ret = -1; } return ret; } -- You are receiving this mail because: You are on the CC list for the bug.
