mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 21:41:28 +00:00
Nullified stray pointer for debugging purposes.
This commit is contained in:
parent
d34851db91
commit
ba666295eb
@ -163,6 +163,7 @@ static void dhcp_check(struct dhcp_state *state)
|
||||
DEBUGF(DHCP_DEBUG, ("dhcp_check(): sending ARP request len %u", p->tot_len));
|
||||
result = state->netif->linkoutput(state->netif, p);
|
||||
pbuf_free(p);
|
||||
p = NULL;
|
||||
}
|
||||
state->tries++;
|
||||
msecs = 500;
|
||||
|
Loading…
Reference in New Issue
Block a user