Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clapper-gtk: video: Fix signals disconnection after dispose
A possibility exists that something else keeps a reference to the player even after video is disposed. In this case signals from the player would not be disconnected. We have to disconnect them manually here to ensure their callbacks will not be used after disposal.
- Loading branch information