On Fri, Feb 14, 2014 at 09:31:26AM +0100, Alexander Aring wrote: > lowpan_give_skb_to_devices(local_skb, NULL); > -
I fixed this one with ret = lowpan_give_skb_to_devices(local_skb, NULL); > - kfree_skb(local_skb); > - kfree_skb(skb); > + if (ret == NET_RX_DROP) > + goto drop; - Alex ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel