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 <jack.styles@arm.com>
Showing
- components/azure-iot-sdk-c/ntp-client/src/iot_ntp_client.c 1 addition, 1 deletioncomponents/azure-iot-sdk-c/ntp-client/src/iot_ntp_client.c
- components/azure-iot-sdk-c/platform/src/socketio_openiot.c 1 addition, 1 deletioncomponents/azure-iot-sdk-c/platform/src/socketio_openiot.c
- release-changes/202304111011.change 1 addition, 0 deletionsrelease-changes/202304111011.change
Loading
Please register or sign in to comment