meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.62k stars 905 forks source link

Fix another heap leak #5328

Closed GUVWAF closed 1 week ago

GUVWAF commented 1 week ago

Should at least partially fix #5316 and/or #5317.

p is a copy that is in the pending list, not the copy that is in the TxQueue, so it should be freed always when stopping a retransmission.