Commit d626fdc4 authored by Christophe Mutricy's avatar Christophe Mutricy

Fix bad declaration

Not sure how it's called but i guess it would have resulted in crashes or memory corruption
parent 776639f8
......@@ -108,7 +108,7 @@ static int Open( vlc_object_t *p_this )
{
intf_thread_t *p_intf = (intf_thread_t *)p_this;
xosd *p_osd;
char *psz_font, psz_colour;
char *psz_font, *psz_colour;
/* Allocate instance and initialize some members */
p_intf->p_sys = (intf_sys_t *)malloc( sizeof( intf_sys_t ) );
......
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