Changeset 2e7d3d7d1581487800fbdb820e26559b5f43de15
- Timestamp:
- 05/28/08 19:34:26
(3 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211996066 +0300
- git-parent:
[b0e0b794c961d183e6a64b3ad2b5ea4492810606]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211996066 +0300
- Message:
vlc_object_get() sucks badly enough, no need to add more bugs
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb0e0b79 |
r2e7d3d7 |
|
| 649 | 649 | { |
|---|
| 650 | 650 | vlc_object_yield( obj ); |
|---|
| 651 | | return obj; |
|---|
| 652 | | } |
|---|
| 653 | | } |
|---|
| 654 | | |
|---|
| | 651 | goto out; |
|---|
| | 652 | } |
|---|
| | 653 | } |
|---|
| | 654 | obj = NULL; |
|---|
| | 655 | |
|---|
| | 656 | out: |
|---|
| 655 | 657 | vlc_mutex_unlock( &structure_lock ); |
|---|
| 656 | 658 | return obj; |
|---|