android_kernel_xiaomi_sm8350/core/wma
yeshwanth sriram guntuka 8dd8038f9a qcacld-3.0: Fix memory leak in wmi stats req without rsp
While sending WMI_REQUEST_STATS_CMDID, wma stores the request in a
allocated buffer, which is freed once firmware response is received.
However in case of driver unload, before we receive firmware event,
the buffer will not be freed and that will be leaked. Fix the memory
leak by checking for these buffers at time of wma_wmi_service_close.

Change-Id: Ie8fd5faec22ceaba415a26becf98030bc7cc13ce
CRs-Fixed: 1116622
2017-02-03 00:13:11 -08:00
..
inc qcacld-3.0: Add wakelock for Roam Handoff 2017-01-31 13:25:06 -08:00
src qcacld-3.0: Fix memory leak in wmi stats req without rsp 2017-02-03 00:13:11 -08:00