fossmium / OneDrive-Cloud-Player

OneDrive Cloud Player is a media player dedicated for streaming files directly from OneDrive.
GNU General Public License v2.0
60 stars 7 forks source link

Fix various memory leaks #41

Closed JohannesKauffmann closed 3 years ago

JohannesKauffmann commented 3 years ago

This PR aims to fix various memory leaks such as undisposed media and not unsubscribing from event handlers.

JohannesKauffmann commented 3 years ago

Merging even though it doesn't fix #40. At least there is now a precedent of unsubscribing from event handlers.