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
@@ -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();
}
/**