summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHimanshu Agarwal <himanaga@codeaurora.org>2017-01-20 16:48:10 +0530
committerqcabuildsw <qcabuildsw@localhost>2017-02-09 13:46:33 -0800
commitd681150ef289a80f5aa6a56b24ff7963ee0b2f01 (patch)
tree87b218aac74e09b90d4c7d0eaa8707998e217fa5 /include
parent5a0c0d06f2c41dd5879427644f54f970a05e2cdb (diff)
qcacmn: Allocate memory tracking node for nbuf clone and copy
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
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions