check ptr value before dereferencing

master
Francisco 4 years ago committed by Francisco Paisana
parent dc763b5045
commit 9b7060a098

@ -196,8 +196,10 @@ void cc_buffer_handler::deallocate_cc()
void cc_buffer_handler::reset()
{
if (not empty()) {
cc_softbuffers->clear();
}
}
ue::ue(uint16_t rnti_,
uint32_t nof_prb_,

Loading…
Cancel
Save