Skip to content

Commit

Permalink
Test mem leak
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Feb 27, 2024
1 parent 5000d02 commit baf78c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/request-response/subscription_manager_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ static void s_aws_mqtt_protocol_adapter_mock_destroy(void *impl) {
}

aws_array_list_clean_up(&adapter->api_records);

aws_mem_release(adapter->allocator, adapter);
}

int s_aws_mqtt_protocol_adapter_mock_subscribe(void *impl, struct aws_protocol_adapter_subscribe_options *options) {
Expand Down

0 comments on commit baf78c3

Please sign in to comment.