From: Daniel Ritz <daniel.ritz@gmx.ch>
To: Russell King <rmk@arm.linux.org.uk>,
"linux-pcmcia" <linux-pcmcia@lists.infradead.org>,
"linux-kernel" <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.6] fix yenta memleak
Date: Sun, 28 Dec 2003 18:52:14 +0100 [thread overview]
Message-ID: <200312281852.14336.daniel.ritz@gmx.ch> (raw)
fix a memleak on yenta_socket unload.
against 2.6.0
--- 1.50/drivers/pcmcia/yenta_socket.c Tue Oct 28 00:12:06 2003
+++ edited/drivers/pcmcia/yenta_socket.c Sun Dec 28 18:35:30 2003
@@ -648,6 +648,8 @@
pci_release_regions(dev);
pci_set_drvdata(dev, NULL);
+
+ kfree(sock);
}
next reply other threads:[~2003-12-28 17:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-28 17:52 Daniel Ritz [this message]
2003-12-28 19:55 ` [PATCH 2.6] fix yenta memleak Russell King
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=200312281852.14336.daniel.ritz@gmx.ch \
--to=daniel.ritz@gmx.ch \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pcmcia@lists.infradead.org \
--cc=rmk@arm.linux.org.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox