[vlc-commits] macosx: avoid zombie when updating extensions dialog

2015-08-12 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Aug 12 13:20:38 2015 +0200| [f54301b602e9b17ed1ddeba869a7cd972b1470b3] | committer: David Fuhrmann macosx: avoid zombie when updating extensions dialog CFBridgingRelease was used in the wrong place. All view objects should only be retained by the win

[vlc-commits] macosx: correctly unregister input-current callback

2015-08-12 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Aug 12 12:17:47 2015 +0200| [f2f58c1b2e69739da1643238c27e0fb692de8323] | committer: David Fuhrmann macosx: correctly unregister input-current callback Fixes a crash when quitting the interface during media playback. > http://git.videolan.org/gitweb.

[vlc-commits] macosx: remove singletons of ExtensionsDialogProvider and manager

2015-08-12 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Aug 12 11:57:11 2015 +0200| [eaa1ca1c356625a0bd473a9fe6c78e7d2b9b4a5c] | committer: David Fuhrmann macosx: remove singletons of ExtensionsDialogProvider and manager Also deinitalizes both objects. This should fix the refcount crash on exit. > http:/

[vlc-commits] macosx: Move p_intf_thread getter out of VLCMain

2015-08-12 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Wed Aug 12 11:22:25 2015 +0200| [104ac66f0ce0523318a2b2573f404266fa7d19fa] | committer: David Fuhrmann macosx: Move p_intf_thread getter out of VLCMain VLCIntf now points to a static getter for the interface thread pointer. This fixes several problems: