]> git.sesse.net Git - vlc/blobdiff - src/playlist/thread.c
src/playlist: Fix a rare memleak that could happen when the interaction is created...
[vlc] / src / playlist / thread.c
index caadd8cdcf23d7ace2cf65ddde9672ee7c4ddc86..fa6534074f6bbf5618bacd723bfe93df34c7105b 100644 (file)
@@ -65,9 +65,6 @@ void __playlist_ThreadCreate( vlc_object_t *p_parent )
     vlc_mutex_init( p_playlist, &p_playlist->p_stats->lock );
     p_playlist->p_stats_computer = NULL;
 
-    // Interaction
-    p_playlist->p_interaction = NULL;
-
     // Preparse
     p_playlist->p_preparse = vlc_object_create( p_playlist,
                                   sizeof( playlist_preparse_t ) );