summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/hdd/src/wlan_hdd_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/hdd/src/wlan_hdd_main.c b/core/hdd/src/wlan_hdd_main.c
index da67fda44a74..1998cc057be9 100644
--- a/core/hdd/src/wlan_hdd_main.c
+++ b/core/hdd/src/wlan_hdd_main.c
@@ -2021,6 +2021,7 @@ static void hdd_update_hw_sw_info(hdd_context_t *hdd_ctx)
static void hdd_check_for_leaks(void)
{
qdf_mc_timer_check_for_leaks();
+ qdf_nbuf_map_check_for_leaks();
qdf_mem_check_for_leaks();
}