Commit 972dfc66 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

JACK: remove tautology

p_sys cannot be NULL here.
parent 8c9e80fb
...@@ -247,7 +247,7 @@ static int Start( audio_output_t *p_aout, audio_sample_format_t *restrict fmt ) ...@@ -247,7 +247,7 @@ static int Start( audio_output_t *p_aout, audio_sample_format_t *restrict fmt )
error_out: error_out:
/* Clean up, if an error occurred */ /* Clean up, if an error occurred */
if( status != VLC_SUCCESS && p_sys != NULL ) if( status != VLC_SUCCESS )
{ {
if( p_sys->p_jack_client ) if( p_sys->p_jack_client )
{ {
......
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