Mason <[email protected]> wrote: > >> if (err) { printf("recv=%d\n", err); break; } > > > > --> Add netbuf_free(buf); here
D'oh! That should have been netbuf_delete() (which frees both the pbuf *and* the netbuf), not netbuf_free() (which only frees the pbuf). Sorry for the confusion. Simon -- NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
