From f138320601f1a261aefaebe1611e9eaedfa9255d Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 1 Sep 2022 09:29:40 -0400 Subject: [PATCH] Remove now-unnecessary leak suppression. This leak got fixed in https://github.com/project-chip/connectedhomeip/pull/22323 --- scripts/tests/chiptest/lsan-mac-suppressions.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/tests/chiptest/lsan-mac-suppressions.txt b/scripts/tests/chiptest/lsan-mac-suppressions.txt index 1b52efb24f056d..0ff9c0e4ee2acd 100644 --- a/scripts/tests/chiptest/lsan-mac-suppressions.txt +++ b/scripts/tests/chiptest/lsan-mac-suppressions.txt @@ -23,10 +23,6 @@ leak:ERR_get_state leak:[BleConnection initWithDiscriminator:] leak:[CBXpcConnection initWithDelegate:queue:options:sessionType:] -# TODO: ClusterBase::SubscribeAttribute creates a subscription that cannot -# actually be shut down in any way. -leak:ClusterBase::SubscribeAttribute - # TODO: Figure out how we are managing to leak NSData while using ARC! leak:[CHIPToolKeypair signMessageECDSA_RAW:]