[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] lwip/src core/tcp.c netif/etharp.c
From: |
David Haas |
Subject: |
[lwip-commits] lwip/src core/tcp.c netif/etharp.c |
Date: |
Mon, 31 Mar 2003 17:09:39 -0500 |
CVSROOT: /cvsroot/lwip
Module name: lwip
Changes by: David Haas <address@hidden> 03/03/31 17:09:39
Modified files:
src/core : tcp.c
src/netif : etharp.c
Log message:
In keeping with pbuf->ref always having the count of the number of
pointers
to the particular buffer (and the last rewrite of pbuf_free), changed
most
pbuf_ref_chain() calls back to pbuf_ref(). I think this was causing
some pbuf
leaks.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lwip/lwip/src/core/tcp.c.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lwip/lwip/src/netif/etharp.c.diff?tr1=1.37&tr2=1.38&r1=text&r2=text
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] lwip/src core/tcp.c netif/etharp.c,
David Haas <=