Is there an existing issue for this?
Description of the problem
When observing the memory profile of the app with Instruments, filtering allocations for Combine, we can observe that player-item-related publishers remain alive and increase with each playback. A bit of emory is leaked with each.
Relevant stack trace or log output
Reproducibility
Always
Steps to reproduce
- Run the demo app with Instruments and the Allocations tool.
- Filter allocations using Combine as keyword.
- Play content and close the player. Publishers are leaked.
- Play other content again and close the player. The alive count increases by 1.
Library version
15.0.0
Operating system
Any
Code sample
None
Is there an existing issue for this?
Description of the problem
When observing the memory profile of the app with Instruments, filtering allocations for Combine, we can observe that player-item-related publishers remain alive and increase with each playback. A bit of emory is leaked with each.
Relevant stack trace or log output
Reproducibility
Always
Steps to reproduce
Library version
15.0.0
Operating system
Any
Code sample
None