Skip to content

Commit

Permalink
Remove now-unnecessary leak suppression. (#22355)
Browse files Browse the repository at this point in the history
This leak got fixed in #22323
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Feb 2, 2024
1 parent 32723ba commit 5814052
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/tests/chiptest/lsan-mac-suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:]

Expand Down

0 comments on commit 5814052

Please sign in to comment.