Changeset 51b21bc3a21f925a30fd5401bafe50ffedcba382

Show
Ignore:
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
  • src/video_output/video_output.c

    r3333b45 r51b21bc  
    12241224    { 
    12251225        module_Unneed( p_vout->p_chroma, p_vout->p_chroma->p_module ); 
    1226         vlc_object_detach( p_vout->p_chroma ); 
    12271226        vlc_object_release( p_vout->p_chroma ); 
    12281227        p_vout->p_chroma = NULL; 
  • src/video_output/vout_subpictures.c

    rc55222a r51b21bc  
    151151    int i_index; 
    152152 
    153     vlc_object_detach( p_spu ); 
    154  
    155153    /* Destroy all remaining subpictures */ 
    156154    for( i_index = 0; i_index < VOUT_MAX_SUBPICTURES; i_index++ )