From: Takashi Iwai <tiwai@suse.de>
To: Pekka J Enberg <penberg@cs.helsinki.fi>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ALSA: Remove subsystem-specific malloc (7/8)
Date: Wed, 09 Jun 2004 11:10:08 +0200 [thread overview]
Message-ID: <s5hr7sp14i7.wl@alsa2.suse.de> (raw)
In-Reply-To: <200406082125.i58LP8rC016229@melkki.cs.helsinki.fi>
At Wed, 9 Jun 2004 00:25:08 +0300,
Pekka J Enberg wrote:
>
> --- linux-2.6.6/sound/arm/sa11xx-uda1341.c 2004-06-08 23:57:25.623550760 +0300
> +++ alsa-2.6.6/sound/arm/sa11xx-uda1341.c 2004-06-05 20:30:06.000000000 +0300
(snip)
> @@ -1010,6 +1010,7 @@ static int __init sa11xx_uda1341_init(vo
> static void __exit sa11xx_uda1341_exit(void)
> {
> snd_card_free(sa11xx_uda1341->card);
> + kfree(sa11xx_uda1341);
> }
this causes double-free.
sa11xx_uda1341 is already released in snd_sa11xx_uda1341_free(),
invoked from snd_card_free().
Takashi
next prev parent reply other threads:[~2004-06-09 9:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-08 21:25 [PATCH] ALSA: Remove subsystem-specific malloc (7/8) Pekka J Enberg
2004-06-09 9:10 ` Takashi Iwai [this message]
2004-06-09 9:59 ` Pekka J Enberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5hr7sp14i7.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=penberg@cs.helsinki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.