Skip to content
Snippets Groups Projects
Commit 1b106d2b authored by Jack Styles's avatar Jack Styles Committed by Hugues Kamba Mpiana
Browse files

azure-sdk: Add NOLINT comments to stop clang-tidy errors


`clang-tidy` is throwing errors as it is finding potential
memory leaks in individual functions, however both
`iot_ntp_client.c` and `socketio_openiot.c` rely on the user
calling the relevant functions to free memory that has been
allocated. Only when there is an error will memory be free'd
automatically.

Signed-off-by: Jack Styles's avatarJack Styles <jack.styles@arm.com>
parent ae51a176
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment