Messages in this thread |  | | | Subject | [PATCH] kfree calls cleanup | | From | Benoît Dejean <> | | Date | Mon, 24 May 2004 16:17:44 +0200 |
| |
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[unhandled content-type:application/x-bzip] |  |