]> git.sesse.net Git - vlc/commit
macos playlist: fix a deadlock when deleting items.
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 3 Jun 2009 21:08:35 +0000 (23:08 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 3 Jun 2009 21:11:47 +0000 (23:11 +0200)
commit7c259659773baf492fcea982190a2c5fb40d42ff
treecbab00791e64cee79b1d8e5e7ec28b19f607ee2d
parent20967dfe87ca089b623408f31759449c737b7a54
macos playlist: fix a deadlock when deleting items.

In general, we should avoid PL_LOCK'ing around stuff that the Datasource does,
and restrict it to the lines that directly deal with the core playlist.

This should fix #2810
modules/gui/macosx/playlist.m