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
c9ed9487
Commit
c9ed9487
authored
Aug 20, 2014
by
Jean-Paul Saman
Browse files
alsa: do not leak memory on failure to read frames from pcm device.
parent
a4d4690c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/alsa.c
View file @
c9ed9487
...
...
@@ -185,6 +185,7 @@ static void *Thread (void *data)
pts
=
mdate
();
if
(
frames
<
0
)
{
block_Release
(
block
);
if
(
frames
==
-
EAGAIN
)
continue
;
...
...
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