Skip to content

Commit

Permalink
Add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Aug 15, 2023
1 parent 0c17792 commit e5111cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,8 @@ void aws_create_reconnect_task(struct aws_mqtt_client_connection_311_impl *conne

static void s_mqtt_client_connection_destroy_final(struct aws_mqtt_client_connection *base_connection) {

// TODO put terminate here

struct aws_mqtt_client_connection_311_impl *connection = base_connection->impl;
AWS_PRECONDITION(!connection || connection->allocator);
if (!connection) {
Expand Down

0 comments on commit e5111cf

Please sign in to comment.