Commit 8c8624b4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Cosmetic

parent 8a793c96
......@@ -270,7 +270,8 @@ static inline void es_format_Clean( es_format_t *fmt )
fmt->i_extra = 0;
fmt->p_extra = NULL;
if( fmt->video.p_palette ) free( fmt->video.p_palette );
if( fmt->video.p_palette )
free( fmt->video.p_palette );
fmt->video.p_palette = NULL;
if( fmt->subs.psz_encoding ) free( fmt->subs.psz_encoding );
......
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