[riot-notifications] [RIOT-OS/RIOT] gnrc_netif_pkq: fix pktbuf leak (#15435)
benpicco
notifications at github.com
Thu Nov 12 22:41:37 CET 2020
@benpicco commented on this pull request.
> @@ -1715,6 +1718,7 @@ static void _event_cb(netdev_t *dev, netdev_event_t event)
break;
#if IS_USED(MODULE_NETSTATS_L2) || IS_USED(MODULE_GNRC_NETIF_PKTQ)
case NETDEV_EVENT_TX_COMPLETE:
+ case NETDEV_EVENT_TX_COMPLETE_DATA_PENDING:
What does this event mean?
--
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/15435#pullrequestreview-529519107
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201112/3a74e01e/attachment.htm>
More information about the notifications
mailing list