Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c4fc052b
Commit
c4fc052b
authored
Dec 04, 2009
by
ivoire
Browse files
dc1394: fix potential memleak.
parent
f6dd239c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/dc1394.c
View file @
c4fc052b
...
...
@@ -618,7 +618,10 @@ static block_t *GrabAudio( demux_t *p_demux )
p_sys
->
i_audio_max_frame_size
);
if
(
i_read
<=
0
)
{
block_Release
(
p_block
);
return
NULL
;
}
p_block
->
i_buffer
=
i_read
;
...
...
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