mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-05 20:56:56 +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.