espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

mqtt_outbox: Use STAILQ_FOREACH for outbox_delete_single_expired #187

Closed AxelLin closed 3 years ago

AxelLin commented 3 years ago

For the delete one entry and return case, no need to use STAILQ_FOREACH_SAFE.

Signed-off-by: Axel Lin axel.lin@ingics.com