+2
−5
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Currently driver frees the radio stats memory from wma in error cases, there is a possibility that if hdd gets time out for the stats request, it tries to free the radio stats memory and at the same time if wma receives invalid stats from fw in that case wma also tries to free the radio stats memory which may lead to double free. To aoid above issue, do not free the radio stats memory from wma, in error cases hdd will free this memory after it gets time out. Change-Id: I6f6073a1a8e0be1b87efce288b7567e8fc8d69b0 CRs-Fixed: 3013842