Memory Leak in Apple TV(tvOS 17.4)

I found a memory leak in tvOS 17.4, but it's not happening in tvOS 18.0

here is the code flow 1.I have controller inside which I have tableView which in turn contains a collectionview

here I have passed self to tableViewcell as delegate and then from tableview cell I have passed self again as delegate to collectionViewcell, but memory is not released, because self is retained "I have passed self as weak every where still memory leak is happening only in tvOS 17.4 and below versions. but in 18.0 and above versions it's fine"

Our engineering teams need to investigate this issue. I'd appreciate it if you could open a bug report, include a sample project that demonstrates the issue and post the FB number here once you do.

Bug Reporting: How and Why? has tips on creating your bug report.

Memory Leak in Apple TV(tvOS 17.4)
 
 
Q