Changeset 736981afb070eed0230dd10dd415aae4d3ed71bb
- Timestamp:
- 09/30/07 16:11:47
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1191161507 +0000
- git-parent:
[e0784be1ce6d3f6a1b34f7f3a47707e3a9887a4f]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1191161507 +0000
- Message:
Fix tiny race condition
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re0784be |
r736981a |
|
| 117 | 117 | error: |
|---|
| 118 | 118 | msg_Err( p_this, "creating OSD menu object failed" ); |
|---|
| 119 | | vlc_mutex_unlock( lockval.p_address ); |
|---|
| 120 | 119 | vlc_object_destroy( p_osd ); |
|---|
| | 120 | vlc_mutex_unlock( lockval.p_address ); |
|---|
| 121 | 121 | return NULL; |
|---|
| 122 | 122 | } |
|---|