Forráskód Böngészése

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 éve
szülő
commit
677e0866c3
1 módosított fájl, 1 hozzáadás és 0 törlés
  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();
 }
 
 /**