Commit 1c634f30 authored by Swetank Srivastava's avatar Swetank Srivastava

memory leak fix

parent 9d729446
......@@ -244,7 +244,6 @@ static void ss_task_sys_nr_handle_req(struct NR_SYSTEM_CTRL_REQ *req, ss_nrset_t
cellConfig->absoluteFrequencyPointA);
//send_to_proxy();
sys_5G_send_proxy((void *)cellConfig, sizeof(CellConfig5GReq_t));
free(cellConfig);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment