From: Clemens Ladisch Date: Fri, 18 May 2012 16:00:43 +0000 (+0200) Subject: ALSA: usb-audio: fix rate_list memory leak X-Git-Tag: v3.5-rc1~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd5d7c44990658df6ab49f6253c39617c53b03d;p=pandora-kernel.git ALSA: usb-audio: fix rate_list memory leak 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" Cc: Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed