Bläddra i källkod

qcacld-3.0: Enable runtime memory leak detection

Enable the recently added runtime memory leak detection logic.

Change-Id: I5ac937d2327245719f450ad927ca7ea5a78befa4
CRs-Fixed: 2167245
Dustin Brown 7 år sedan
förälder
incheckning
e6b9d5a7bc
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      core/hdd/src/wlan_hdd_main.c

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

@@ -2366,6 +2366,7 @@ static void hdd_check_for_leaks(void)
 	/* DO NOT REMOVE these checks; for false positives, read above first */
 
 	qdf_mc_timer_check_for_leaks();
+	qdf_mem_check_for_leaks();
 }
 
 #define hdd_debug_domain_set(domain) qdf_debug_domain_set(domain)