parent
538356cdec
commit
6225ab2644
|
@ -349,6 +349,8 @@ static err_t low_level_output(struct netif *netif, struct pbuf *p) {
|
|||
written = sendto(rawif->fd, pBuf, outSize, 0, (struct sockaddr *)&dstAddr, sizeof(dstAddr));
|
||||
}
|
||||
|
||||
free(pBuf);
|
||||
|
||||
return written == (outSize) ? ERR_OK : ERR_IF;
|
||||
#endif
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue