Commit 2a5d95e3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

audiobargraph: fix callback crash due to missing initializer

parent a325c83b
......@@ -214,6 +214,7 @@ static int OpenCommon( vlc_object_t *p_this, bool b_sub )
if( !p_sys )
return VLC_ENOMEM;
p_BarGraph = &(p_sys->p_BarGraph);
p_BarGraph->p_pic = NULL;
/* */
p_sys->p_blend = NULL;
......
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