]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/voutgl.m
playlist: do not signal the playlist thread when PLAYLIST_PAUSE is asked without...
[vlc] / modules / gui / minimal_macosx / voutgl.m
index 2fd0f41a545b721cfeccab49df4740218576cde4..6daabe3644284994a24cb16a17d5f9f594914899 100644 (file)
@@ -98,6 +98,7 @@ int OpenVideoGL  ( vlc_object_t * p_this )
 void CloseVideoGL ( vlc_object_t * p_this )
 {
     vout_thread_t * p_vout = (vout_thread_t *) p_this;
+    cocoaglvoutviewEnd( p_vout );
     /* Clean up */
     free( p_vout->p_sys );
 }