Changeset 51b21bc3a21f925a30fd5401bafe50ffedcba382
- Timestamp:
- 06/23/08 17:40:35
(2 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1214235635 +0200
- git-parent:
[3333b45a525dc2f8f2645fa51280743cced63c56]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1214235635 +0200
- Message:
We don't need to detach. Since we're in the parent's destructor, it's already been done for us.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3333b45 |
r51b21bc |
|
| 1224 | 1224 | { |
|---|
| 1225 | 1225 | module_Unneed( p_vout->p_chroma, p_vout->p_chroma->p_module ); |
|---|
| 1226 | | vlc_object_detach( p_vout->p_chroma ); |
|---|
| 1227 | 1226 | vlc_object_release( p_vout->p_chroma ); |
|---|
| 1228 | 1227 | p_vout->p_chroma = NULL; |
|---|
| rc55222a |
r51b21bc |
|
| 151 | 151 | int i_index; |
|---|
| 152 | 152 | |
|---|
| 153 | | vlc_object_detach( p_spu ); |
|---|
| 154 | | |
|---|
| 155 | 153 | /* Destroy all remaining subpictures */ |
|---|
| 156 | 154 | for( i_index = 0; i_index < VOUT_MAX_SUBPICTURES; i_index++ ) |
|---|