Commit f4c4d8d2 authored by Antoine Cellerier's avatar Antoine Cellerier

Setting a local var to NULL right before exiting the function is useless.

parent 218efb93
......@@ -790,5 +790,4 @@ static void DeleteFilter( filter_t * p_filter )
es_format_Clean( &p_filter->fmt_out );
vlc_object_release( p_filter );
p_filter = 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