From: "Benoît Dejean" <TazForEver@free.fr>
To: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] kfree calls cleanup
Date: Mon, 24 May 2004 16:17:44 +0200 [thread overview]
Message-ID: <1085408263.26813.4.camel@athlon> (raw)
[-- Attachment #1: Type: text/plain, Size: 308 bytes --]
i've removed some useless test for NULL pointer before kfree calls.
if(p) kfree(p) -> kfree(p)
i've also removed variables that have become unused.
the patch is quite big, but i've check it many times.
--
Benoît Dejean
JID: TazForEver@jabber.org
http://gdesklets.gnomedesktop.org
http://www.paulla.asso.fr
[-- Attachment #2: kfree.patch.6.bz2 --]
[-- Type: application/x-bzip, Size: 26628 bytes --]
next reply other threads:[~2004-05-24 14:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-24 14:17 Benoît Dejean [this message]
2004-06-02 18:06 ` [PATCH] kfree calls cleanup Timothy Miller
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=1085408263.26813.4.camel@athlon \
--to=tazforever@free.fr \
--cc=linux-kernel@vger.kernel.org \
/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.