LePips / VLCUI

VLCKit for SwiftUI
MIT License
43 stars 18 forks source link

Fix memory leak #12

Closed Mo7amedFouad closed 1 year ago

Mo7amedFouad commented 1 year ago

The proxy object shouldn't hold a strong reference to VLCMediaPlayer and UIVLCVideoPlayerView

LePips commented 1 year ago

Thanks for taking a look at this, I think that UIVLCVideoPlayerView.proxy can also have a weak reference as well.

Is there a minimal reproducible example where a leak is experienced?