mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
ieee802154 MAC: Free allocated TX descriptor if an error occurs after the descriptor has been allocated.
This commit is contained in:
@@ -550,7 +550,7 @@ int sixlowpan_queue_frames(FAR struct ieee802154_driver_s *ieee,
|
||||
|
||||
/* And submit the frame to the MAC */
|
||||
|
||||
ninfo("Submitting framelist\n");
|
||||
ninfo("Submitting frame\n");
|
||||
ret = sixlowpan_frame_submit(ieee, &meta, iob);
|
||||
if (ret < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user