Hi,

in ethernetif_init() of lwIP 1.4.0 in the file ethernetif.c there is 
memory allocated for the struct ethernetif and assigned to netif->state. 
This data is never used in the lwip stack and not freed in netif_remove().
I think this malloc and assignment should be removed.


regards
Mathias



_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to