Changeset b0e0b794c961d183e6a64b3ad2b5ea4492810606
- Timestamp:
- 05/28/08 19:31:50
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211995910 +0300
- git-parent:
[0d37c5b11c5226f990a48d4617f4b70527bb50b3]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211995910 +0300
- Message:
Fix unlikely lock leak
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0d37c5b |
rb0e0b79 |
|
| 933 | 933 | if( p_list->i_count != i_count ) |
|---|
| 934 | 934 | { |
|---|
| | 935 | vlc_mutex_unlock( &structure_lock ); |
|---|
| 935 | 936 | msg_Err( p_this, "list allocation failed!" ); |
|---|
| 936 | 937 | p_list->i_count = 0; |
|---|