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
GSoC
GSoC2018
macOS
vlc
Commits
15e5a7a6
Commit
15e5a7a6
authored
Nov 12, 2017
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mkv: Fix leak on error
parent
71eb04d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/demux/mkv/mkv.cpp
modules/demux/mkv/mkv.cpp
+2
-0
No files found.
modules/demux/mkv/mkv.cpp
View file @
15e5a7a6
...
...
@@ -127,6 +127,8 @@ static int Open( vlc_object_t * p_this )
if
(
p_stream
==
NULL
)
{
msg_Err
(
p_demux
,
"cannot find KaxSegment or missing mandatory KaxInfo"
);
delete
p_io_stream
;
delete
p_io_callback
;
goto
error
;
}
p_sys
->
streams
.
push_back
(
p_stream
);
...
...
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