Skip to content

Commit

Permalink
nm..
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Aug 16, 2023
1 parent ca57956 commit d7d8d2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,9 +797,6 @@ static void s_mqtt_client_connection_destroy_final(struct aws_mqtt_client_connec

AWS_LOGF_DEBUG(AWS_LS_MQTT_CLIENT, "id=%p: Destroying connection", (void *)connection);

/* TODO Call termination callback */
connection->on_termination(base_connection, connection->on_termination_ud);

/* If the reconnect_task isn't freed, free it */
if (connection->reconnect_task) {
aws_mem_release(connection->reconnect_task->allocator, connection->reconnect_task);
Expand Down

0 comments on commit d7d8d2f

Please sign in to comment.