Re: memory leak in net/sched/ipt.c?

From: Jan Engelhardt
Date: Wed Mar 23 2005 - 08:05:06 EST



>Just a small correction to patchlet:
>The second kfree should check for existence of t.

Just look at all the recent patches about "un-useful NULL around kfree", they
are changing " if(t) kfreee(t) " => kfree(t).
No prob there.


Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/