macosx: remove unnecessary deinitialize calls (fixes #21914)
The macOS interface is deallocated after the player/playlist, so we need to unsubscribe from either as soon as we know that the app will terminate.
Showing
- modules/gui/macosx/main/VLCMain.m 0 additions, 8 deletionsmodules/gui/macosx/main/VLCMain.m
- modules/gui/macosx/playlist/VLCPlayerController.h 0 additions, 1 deletionmodules/gui/macosx/playlist/VLCPlayerController.h
- modules/gui/macosx/playlist/VLCPlayerController.m 10 additions, 1 deletionmodules/gui/macosx/playlist/VLCPlayerController.m
- modules/gui/macosx/playlist/VLCPlaylistController.h 0 additions, 1 deletionmodules/gui/macosx/playlist/VLCPlaylistController.h
- modules/gui/macosx/playlist/VLCPlaylistController.m 10 additions, 5 deletionsmodules/gui/macosx/playlist/VLCPlaylistController.m
Loading