qcacld-3.0: Use talloc, instead of malloc, in DSC

The lifetimes of DSC contexts do not fit nicely into the current domain
based dynamic memory leak detection scheme. Instead, allocate psoc and
vdev DSC contexts using the new qdf_talloc() API.

Change-Id: Ib15bd26004c3383e25039f4d17026d3e73f52346
CRs-Fixed: 2360348
This commit is contained in:
Dustin Brown
2018-12-03 14:52:39 -08:00
committed by nshrivas
parent d315c4570c
commit 77a042b426
3 changed files with 7 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
*/
#include "qdf_list.h"
#include "qdf_mem.h"
#include "qdf_status.h"
#include "qdf_types.h"
#include "__wlan_dsc.h"