Hi Cetri, regarding the memory leak in rejoin process, I check the code of nwk_associate_ind_processing(), it seems it will allocate memory in NLME_RejoinRspSend for every rejoin request received.
here is my question, in a real network, usually multiple rejoin request will be sent out by end device, but if router can not respond in time, then those multiple end device rejoin request will trigger multiple memory allocation for same device, which for me looks like a memory leak.
I am not sure I understand this correctly.
Thanks
Rui