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
GSoC
GSoC2018
macOS
vlc
Commits
1674ba7c
Commit
1674ba7c
authored
Oct 09, 2008
by
hartman
Browse files
nuv demux: typo in post-malloc check. (CID 144)
parent
83b477d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/nuv.c
View file @
1674ba7c
...
...
@@ -787,7 +787,7 @@ static int SeekTableLoad( demux_t *p_demux, demux_sys_t *p_sys )
{
p_kfa_table
=
malloc
(
fh
.
i_length
);
if
(
p_
seek
_table
==
NULL
)
if
(
p_
kfa
_table
==
NULL
)
{
free
(
p_seek_table
);
return
VLC_ENOMEM
;
...
...
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