git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adcc70b
)
ALSA: usb-audio: fix rate_list memory leak
author
Clemens Ladisch
<clemens@ladisch.de>
Fri, 18 May 2012 16:00:43 +0000
(18:00 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 31 May 2012 08:25:44 +0000
(10:25 +0200)
The array of sample rates is reallocated every time when opening
the PCM device, but was freed only once when unplugging the device.
Reported-by: "Alexander E. Patrakov" <patrakov@gmail.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found