[PATCH] kfree calls cleanup

From: Benoît Dejean
Date: Mon May 24 2004 - 09:19:53 EST


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@xxxxxxxxxx
http://gdesklets.gnomedesktop.org
http://www.paulla.asso.fr

Attachment: kfree.patch.6.bz2
Description: application/bzip