Skip to content

NR UE memory leak fixes

Sakthivel Velumani requested to merge ue-memleak-fix into develop

Fixed some memory leaks identified by address sanitizer.

There is still a leak that needs to be fixed in rrc_UE.c Should properly free NR_BCCH_BCH_Message_t *bcch_message after asn decoder using ASN_STRUCT_FREE(). Suggestions are welcome.

Merge request reports