Changeset ef33cb40a80a612b7ac8f3eb0f05e2b6cbec945c
- Timestamp:
- 05/07/08 22:15:46
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210191346 +0300
- git-parent:
[b3c8d478e9091fe55a2513eb8e416162da3bb5e4]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210191346 +0300
- Message:
Fix the same race condition as in
[19bd84c786fecb77531073b697aad4d3c221d15d]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb3c8d47 |
ref33cb4 |
|
| 723 | 723 | { |
|---|
| 724 | 724 | vlc_object_yield( pp_objects[i_middle] ); |
|---|
| 725 | | vlc_mutex_unlock( &structure_lock ); |
|---|
| 726 | | return pp_objects[i_middle]; |
|---|
| | 725 | obj = pp_objects[i_middle]; |
|---|
| | 726 | break; |
|---|
| 727 | 727 | } |
|---|
| 728 | 728 | } |
|---|