Commit 917d5748 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Dangling code

parent 955387c5
...@@ -154,9 +154,6 @@ static int Open ( vlc_object_t *p_this ) ...@@ -154,9 +154,6 @@ static int Open ( vlc_object_t *p_this )
char *psz_method; char *psz_method;
#endif #endif
if( lock == NULL )
return VLC_ENOMEM;
p_vout->p_sys = malloc( sizeof( vout_sys_t ) ); p_vout->p_sys = malloc( sizeof( vout_sys_t ) );
if( p_vout->p_sys == NULL ) if( p_vout->p_sys == NULL )
{ {
......
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