Julia Lawall wrote: > From: Julia Lawall <julia@xxxxxxx> > > obj has type struct snmp_object **, not struct snmp_object *. But indeed > it is not even clear why kmalloc is needed. The memory is freed by the end > of the function, so the local variable of pointer type should be sufficient. Thanks. As this is basically just an unneeded and oversized allocation without any bad consequences, I've applied it to nf-next-2.6.git. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html