Index: server/src/rxtx_string.c =================================================================== RCS file: /home/cvs/l4/pkg/ore/server/src/rxtx_string.c,v retrieving revision 1.33 diff -u -r1.33 rxtx_string.c --- server/src/rxtx_string.c 24 May 2006 19:35:16 -0000 1.33 +++ server/src/rxtx_string.c 9 Jun 2006 08:02:01 -0000 @@ -236,6 +236,11 @@ ore_connection_table[channel].packets_sent++; } + else // we only did local_deliver() -> no NIC will ever free this skb, so + // we do it ourselves + { + kfree_skb(skb); + } // we kfree() the entry directly, because we do not need it anymore, // while the skb inside is still in possession of the NIC and will