[riot-notifications] [RIOT-OS/RIOT] gnrc_ipv6_ext_frag: check return value of msg_try_send() (#15526)
benpicco
notifications at github.com
Mon Nov 30 16:23:49 CET 2020
@benpicco commented on this pull request.
> {
if (snd_buf->per_frag) {
gnrc_pktbuf_release(snd_buf->per_frag);
}
if (snd_buf->pkt) {
- gnrc_pktbuf_release(snd_buf->pkt);
+ gnrc_pktbuf_release(snd_buf->pkt, errno);
```suggestion
gnrc_pktbuf_release_error(snd_buf->pkt, errno);
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15526#pullrequestreview-541012940
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201130/6eede8ee/attachment.htm>
More information about the notifications
mailing list