Commit f0c5f571 authored by Robert Schmidt's avatar Robert Schmidt

Do not free mem_block in PDCP, it is freed in F1 or RLC

parent c3209468
...@@ -452,7 +452,6 @@ boolean_t pdcp_data_req( ...@@ -452,7 +452,6 @@ boolean_t pdcp_data_req(
} // switch case } // switch case
} /* end if node_type is CU */ } /* end if node_type is CU */
free_mem_block(pdcp_pdu_p, __FUNCTION__);
rlc_status = ack_result; rlc_status = ack_result;
} }
else // SRB else // SRB
......
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