瀏覽代碼

qcacld-3.0: Enable MC Timer runtime leak detection

In addition to any other resource leak checks being done at runtime,
check for any leaked MC Timers as well.

Change-Id: Ic576eed3cf9b19824db6864a6b7b0466a6f03ea9
CRs-Fixed: 2125799
Dustin Brown 7 年之前
父節點
當前提交
677e0866c3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/hdd/src/wlan_hdd_main.c

+ 1 - 0
core/hdd/src/wlan_hdd_main.c

@@ -2288,6 +2288,7 @@ static void hdd_nan_register_callbacks(struct hdd_context *hdd_ctx)
 
 static void hdd_check_for_leaks(void)
 {
+	qdf_mc_timer_check_for_leaks();
 }
 
 /**