Changeset 64ee6dd8aabaf747999f869514653b84cddf06ad

Show
Ignore:
Timestamp:
06/28/08 19:08:05 (2 months ago)
Author:
Rémi Duraffort <ivoire@videolan.org>
git-committer:
Rémi Duraffort <ivoire@videolan.org> 1214672885 +0200
git-parent:

[2c595f3810f717639fd1a1666c77b6e176d9ec53]

git-author:
Rémi Duraffort <ivoire@videolan.org> 1214672405 +0200
Message:

We don't need the vlc_mutex_lock here.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/update.c

    r3e621f3 r64ee6dd  
    10691069    assert( p_update ); 
    10701070 
    1071     vlc_mutex_lock( &p_update->lock ); 
    1072  
    10731071    if( p_update->p_check ) 
    10741072    { 
     
    10831081    } 
    10841082 
    1085     vlc_mutex_unlock( &p_update->lock ); 
    10861083    vlc_mutex_destroy( &p_update->lock ); 
    10871084