Skip to content
Snippets Groups Projects
Commit 5be283ca authored by Ali Mohammed's avatar Ali Mohammed
Browse files

free allocated core lists

parent 5511e01e
No related branches found
No related tags found
No related merge requests found
...@@ -808,6 +808,11 @@ mstro_core_finalize(void) ...@@ -808,6 +808,11 @@ mstro_core_finalize(void)
s_hb, mstro_status_description(s_hb)); s_hb, mstro_status_description(s_hb));
goto BAILOUT; goto BAILOUT;
} }
/**free allocated numa cores lists for pinning*/
NFREE(g_numa_transport_bind_cores);
NFREE(g_numa_cq_bind_cores);
NFREE(g_numa_pm_pc_bind_cores);
NFREE(g_numa_op_bind_cores);
if(g_initdata) { if(g_initdata) {
/* had some initdata */ /* had some initdata */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment