19d5fabddcf237536616ccdcbbdd3f19bd1bf2eb

When nbuf is cloned or copied, memory tracking node is not being created as of current implementation. While freeing the nbuf, qdf_nbuf_free API is being called as many times as the number of copies or clones of nbuf and as memory tracking node is being created only once, warning print of double free is coming for all the clones and copies of nbuf. Allocate memory tracking node for nbuf clone and nbuf copy APIs as well. Change-Id: I95fa6e7b2789dd97c0c500d0854210240feaac17 CRs-Fixed: 1114632
This is CNSS WLAN Host Driver for products starting from iHelium
Apraksts
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%