Commit 86fcea8d authored by Robert Schmidt's avatar Robert Schmidt

Call free_mem_block() after sending F1U packet

parent 5862a102
......@@ -192,6 +192,8 @@ proto_agent_send_rlc_data_req(const protocol_ctxt_t* const ctxt_pP,
proto_agent_async_msg_send((void *)msg, (int) msgsize, 1, proto_agent[mod_id].channel->channel_info);
free_mem_block(sdu_pP, __func__);
return;
error:
LOG_E(PROTO_AGENT, "PROTO_AGENT there was an error\n");
......@@ -229,6 +231,8 @@ proto_agent_send_pdcp_data_ind(const protocol_ctxt_t* const ctxt_pP, const srb_f
proto_agent_async_msg_send((void *)msg, (int) msgsize, 1, proto_agent[mod_id].channel->channel_info);
free_mem_block(sdu_pP, __func__);
return;
error:
......
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