Changeset 323d54dca98b67c44efd9edb7d5c3384c041b01d
- Timestamp:
- 12/01/06 00:26:53
(3 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1137022013 +0000
- git-parent:
[207162df4efabd259ddb2e82489a5295e4dddbb0]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1137022013 +0000
- Message:
Fix a corner case
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6ee349c |
r323d54d |
|
| 344 | 344 | } |
|---|
| 345 | 345 | |
|---|
| 346 | | if( p_queue == NULL ) return; |
|---|
| | 346 | if( p_queue == NULL ) |
|---|
| | 347 | { |
|---|
| | 348 | vlc_mutex_unlock( &p_bank->lock ); |
|---|
| | 349 | return; |
|---|
| | 350 | } |
|---|
| 347 | 351 | |
|---|
| 348 | 352 | vlc_mutex_lock( &p_queue->lock ); |
|---|