We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffb37c commit 0d2c305Copy full SHA for 0d2c305
sdk_src/network/at_socket/at_client.c
@@ -787,10 +787,12 @@ int at_client_para_init(at_client_t client)
787
client->lock = NULL;
788
}
789
790
+#ifdef AT_OS_USED
791
if (client->resp_sem) {
792
HAL_SemaphoreDestroy(client->resp_sem);
793
client->resp_sem = NULL;
794
795
+#endif
796
797
HAL_Free(ringBuff);
798
HAL_Free(recvBuff);
0 commit comments