NR UE memory leak fixes
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.