Commit a8e8e2ab authored by Christophe Mutricy's avatar Christophe Mutricy Committed by Derk-Jan Hartman

Fix bad declaration

Not sure how it's called but i guess it would have resulted in crashes or memory corruption
(cherry picked from commit d626fdc4)
parent fd282fab
......@@ -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