Commit eb73eec8 authored by Rémi Duraffort's avatar Rémi Duraffort

rc: fix previous commit (wrong C&P)

parent 121c6b90
...@@ -321,7 +321,7 @@ static int Activate( vlc_object_t *p_this ) ...@@ -321,7 +321,7 @@ static int Activate( vlc_object_t *p_this )
intf_sys_t *p_sys = malloc( sizeof( *p_sys ) ); intf_sys_t *p_sys = malloc( sizeof( *p_sys ) );
if( unlikely(p_sys == NULL) ) if( unlikely(p_sys == NULL) )
{ {
net_ListenClose( p_sys->pi_socket_listen ); net_ListenClose( pi_socket );
free( psz_unix_path ); free( psz_unix_path );
return VLC_ENOMEM; return VLC_ENOMEM;
} }
......
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