Commit 6de336f9 authored by Robert Schmidt's avatar Robert Schmidt

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

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