Commit 360b392d authored by Clément Stenac's avatar Clément Stenac

Woops

parent 1c0551f1
...@@ -106,7 +106,7 @@ vlc_module_end(); ...@@ -106,7 +106,7 @@ vlc_module_end();
static int Open( vlc_object_t *p_this ) static int Open( vlc_object_t *p_this )
{ {
intf_thread_t *p_intf = (intf_thread_t *)p_this; intf_thread_t *p_intf = (intf_thread_t *)p_this;
MALLOC_ERR( p_intf->P_sys, intf_sys_t ); MALLOC_ERR( p_intf->p_sys, intf_sys_t );
vlc_mutex_init( p_intf, &p_intf->p_sys->change_lock ); vlc_mutex_init( p_intf, &p_intf->p_sys->change_lock );
p_intf->p_sys->i_size = 0; p_intf->p_sys->i_size = 0;
......
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