Changeset 07c92279a78a42d56d61e5dd6a1026fff33556f5

Show
Ignore:
Timestamp:
18/08/07 12:29:44 (1 year ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1187432984 +0000
git-parent:

[b7499db1899d84afb3b0803299456a8e0979f551]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1187432984 +0000
Message:

Comment this vlc_mutex_unlock too (untill funman fixes what he was doing).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_input.h

    r2feb5a9 r07c9227  
    252252    if( !p_i->p_meta ) 
    253253    { 
    254         vlc_mutex_unlock( &p_i->lock ); 
     254        //vlc_mutex_unlock( &p_i->lock ); 
    255255        return NULL; 
    256256    }