mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-03-23 02:25:47 +08:00
* udp.c: Fixed memory leak; when ip_route() failed, a possibly allocated q was never de-allocated. Fixed by called ip_route() before allocating q.