Skip to content

Commit

Permalink
Fix some memory not being freed on destroy #1474
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Sep 22, 2024
1 parent b783599 commit a04dd38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MQTTAsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ void MQTTAsync_destroy(MQTTAsync* handle)

MQTTAsync_NULLPublishResponses(m);
MQTTAsync_freeResponses(m);
MQTTAsync_NULLPublishCommands(m);
MQTTAsync_freeCommands(m);
ListFree(m->responses);

Expand Down

0 comments on commit a04dd38

Please sign in to comment.