Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
5cc3fd94
Commit
5cc3fd94
authored
Jul 18, 2008
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a typo.
parent
4e6bc360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/codec/subtitles/subsusf.c
modules/codec/subtitles/subsusf.c
+1
-1
No files found.
modules/codec/subtitles/subsusf.c
View file @
5cc3fd94
...
...
@@ -161,7 +161,7 @@ static void CloseDecoder( vlc_object_t *p_this )
continue
;
if
(
p_sys
->
pp_images
[
i
]
->
p_pic
)
picture_Release
(
p_sys
->
pp_images
[
i
]
);
picture_Release
(
p_sys
->
pp_images
[
i
]
->
p_pic
);
free
(
p_sys
->
pp_images
[
i
]
->
psz_filename
);
free
(
p_sys
->
pp_images
[
i
]
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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