Commit 44c02ca0 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix horrible typo.

parent 7ad3e457
......@@ -158,7 +158,7 @@ int Open_LuaIntf( vlc_object_t *p_this )
bool b_config_set = false;
if( !psz_name ) psz_name = strdup( "dummy" );
p_intf->p_sys = (intf_sys_t*)malloc( sizeof(intf_sys_t*) );
p_intf->p_sys = (intf_sys_t*)malloc( sizeof(intf_sys_t) );
if( !p_intf->p_sys )
{
free( psz_name );
......
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