Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
61c5ccdf
Commit
61c5ccdf
authored
Aug 01, 2008
by
Pierre d'Herbemont
Browse files
mkv: Remove an unneeded test.
parent
90aa6fc5
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/demux/mkv.cpp
View file @
61c5ccdf
...
...
@@ -1050,11 +1050,8 @@ public:
virtual
~
matroska_segment_c
()
{
for
(
size_t
i_track
=
0
;
i_track
<
tracks
.
size
();
i_track
++
)
{
if
(
tracks
[
i_track
]
->
p_compression_data
)
{
delete
tracks
[
i_track
]
->
p_compression_data
;
}
es_format_Clean
(
&
tracks
[
i_track
]
->
fmt
);
free
(
tracks
[
i_track
]
->
p_extra_data
);
free
(
tracks
[
i_track
]
->
psz_codec
);
...
...
Write
Preview
Supports
Markdown
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