]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: x86: Fix memory leak in had_build_channel_allocation_map()
authorTakashi Iwai <tiwai@suse.de>
Wed, 15 Feb 2017 20:42:20 +0000 (21:42 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Feb 2017 08:22:42 +0000 (09:22 +0100)
commitd123e3559e840843f236e3cbeb35e06655fd79ce
tree249ee4bd572f191ae81c9853318a0782bd0d0235
parentaa2b7c0333fc9aeacca60b27fd08448f3fc84ab1
ALSA: x86: Fix memory leak in had_build_channel_allocation_map()

The previously allocated chmap has to be released before setting the
new one.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c