Commit 32efe6b4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Be sure to initialize the p_mi pointer to NULL.

parent cd0b3be3
......@@ -239,6 +239,7 @@ static int Open( vlc_object_t *p_this )
memset( p_intf->p_sys, 0, sizeof( intf_sys_t ) );
p_intf->pf_run = Run;
p_intf->p_sys->p_mi = NULL;
/* Access to the playlist */
p_intf->p_sys->p_playlist = pl_Yield( p_intf );
......
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