]> git.sesse.net Git - vlc/commitdiff
qt4: Missing vlc_gc_decref().
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 6 Apr 2008 23:54:21 +0000 (01:54 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 6 Apr 2008 23:54:56 +0000 (01:54 +0200)
modules/gui/qt4/dialogs_provider.cpp

index 2fc319b63e1ab0504e514794e64d5826886513ed..7ba0bf30f22e7e0493e1080039a329490209e157 100644 (file)
@@ -356,6 +356,7 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go )
                        go ? ( PLAYLIST_APPEND | PLAYLIST_GO ) : PLAYLIST_APPEND,
                        PLAYLIST_END, pl, VLC_FALSE );
         input_Read( THEPL, p_input, VLC_FALSE );
+        vlc_gc_decref( p_input );
     }
 }