Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
f4c4d8d2
Commit
f4c4d8d2
authored
Jun 02, 2008
by
dionoea
Browse files
Setting a local var to NULL right before exiting the function is useless.
parent
218efb93
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/image.c
View file @
f4c4d8d2
...
...
@@ -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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment