Changeset d12c6644103185190099299e6e2be0290e7754e1

Show
Ignore:
Timestamp:
04/20/08 00:13:06 (4 months ago)
Author:
Mirsal Ennaime <mirsal.ennaime@gmail.com>
git-committer:
Mirsal Ennaime <mirsal.ennaime@gmail.com> 1208643186 +0200
git-parent:

[e489a0531c3b03d8ea7f751736bd93f680050428]

git-author:
Mirsal Ennaime <mirsal.ennaime@gmail.com> 1208642716 +0200
Message:

Avoid a deadlock.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/control/dbus.c

    r449fd28 rd12c664  
    968968 
    969969    p_playlist = pl_Yield( p_intf ); 
    970     PL_LOCK; 
    971970    p_input = p_playlist->p_input; 
    972971 
     
    979978 
    980979    vlc_object_yield( p_input ); 
    981     PL_UNLOCK; 
    982980    pl_Release( p_playlist ); 
    983981