Commit 26f3a2e0 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

qt4: Missing vlc_gc_decref().

parent 33b969e3
...@@ -356,6 +356,7 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go ) ...@@ -356,6 +356,7 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go )
go ? ( PLAYLIST_APPEND | PLAYLIST_GO ) : PLAYLIST_APPEND, go ? ( PLAYLIST_APPEND | PLAYLIST_GO ) : PLAYLIST_APPEND,
PLAYLIST_END, pl, VLC_FALSE ); PLAYLIST_END, pl, VLC_FALSE );
input_Read( THEPL, p_input, VLC_FALSE ); input_Read( THEPL, p_input, VLC_FALSE );
vlc_gc_decref( p_input );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment