mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
tcp unit tests: fixed that tcp_teardown() could lead to accessing a netif pointer that is not valid any more (netif added in test function stored on stack)
This commit is contained in:
parent
7ffe5bfb3c
commit
e9e9ec23b8
@ -46,9 +46,9 @@ tcp_setup(void)
|
|||||||
static void
|
static void
|
||||||
tcp_teardown(void)
|
tcp_teardown(void)
|
||||||
{
|
{
|
||||||
tcp_remove_all();
|
|
||||||
netif_list = NULL;
|
netif_list = NULL;
|
||||||
netif_default = NULL;
|
netif_default = NULL;
|
||||||
|
tcp_remove_all();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user