Skip to content

Commit

Permalink
Verify sanitizer works
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Apr 1, 2024
1 parent 8172f67 commit 9691b60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/source/IotJobsClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ namespace Aws
IotJobsClient::IotJobsClient(const std::shared_ptr<Aws::Crt::Mqtt::MqttConnection> &connection)
: m_connection(connection)
{
// TODO Remove.
int *leak = new int;
(void)leak;
}

IotJobsClient::IotJobsClient(const std::shared_ptr<Aws::Crt::Mqtt5::Mqtt5Client> &mqtt5Client)
Expand Down

0 comments on commit 9691b60

Please sign in to comment.