lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #19729] pbuf_free problem


From: Cui hengbin
Subject: [lwip-devel] [bug #19729] pbuf_free problem
Date: Sun, 29 Apr 2007 03:29:30 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #1, bug #19729 (project lwip):


so sorry ,in ethernetif.c should change as followed


if (netif->input(p, netif)==ERR_VAL)       
         { LWIP_DEBUGF(NETIF_DEBUG, ("ethernetif_init: IP input error\n"));
       pbuf_free(p);                                                      
       p = NULL;
     }

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19729>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]