Changeset 63d258d395773ab130a02e62b686c68960049c5d

Show
Ignore:
Timestamp:
08/04/08 16:32:53 (6 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1207665173 +0200
git-parent:

[79bd720139a011cd603efed8b6f7be297e6d55ce]

git-author:
Dominique Leuenberger <dominique@leuenberger.net> 1207598826 +0300
Message:

wxwidgets: Don't forget to vlc_gc_decref() the input_item_t once we are done (Patch inspired from Qt interface)

Signed-off-by: Rafaël Carré <funman@videolan.org>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/wxwidgets/dialogs/open.cpp

    rb4b0a1b r63d258d  
    12101210               PLAYLIST_APPEND | ( b_start ? PLAYLIST_GO : PLAYLIST_PREPARSE ), 
    12111211               PLAYLIST_END, VLC_TRUE, VLC_FALSE ); 
     1212    vlc_gc_decref( p_input ); 
    12121213    } 
    12131214