Changeset 85fa3c2d9681587bf97ce5f55622f77631330195
- Timestamp:
- 05/30/08 14:49:08
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212151748 +0200
- git-parent:
[99e8bcdd96b8b3d0997acac002de434f603a75c4]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212151748 +0200
- Message:
git commit --amend src/misc/objects.c. Ahum.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99e8bcd |
r85fa3c2 |
|
| 851 | 851 | if( p_this->p_parent->b_die ) |
|---|
| 852 | 852 | vlc_object_kill( p_this ); |
|---|
| 853 | | |
|---|
| 854 | | vlc_object_unlock( p_this->p_parent ); |
|---|
| 855 | 853 | |
|---|
| 856 | 854 | vlc_mutex_unlock( &structure_lock ); |
|---|