[alsa-devel] [PATCH] ALSA: firewire-digi00x: fix memory leak of private data

Takashi Iwai tiwai at suse.de
Thu Sep 13 15:22:51 CEST 2018


On Thu, 13 Sep 2018 14:30:34 +0200,
Takashi Sakamoto wrote:
> 
> Although private data of sound card instance is usually allocated in the
> tail of the instance, drivers in ALSA firewire stack allocate the private
> data before allocating the instance. In this case, the private data
> should be released explicitly at .private_free callback of the instance.
> 
> This commit fixes memory leak following to the above design.
> 
> Fixes: 86c8dd7f4da3 ('ALSA: firewire-digi00x: delayed registration of sound card')
> Cc: <stable at vger.kernel.org> # v4.7+
> Signed-off-by: Takashi Sakamoto <o-takashi at sakamocchi.jp>

Applied, thanks.


Takashi


More information about the Alsa-devel mailing list