We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d756d commit 3d86066Copy full SHA for 3d86066
library/posture.c
@@ -202,6 +202,7 @@ void ziti_send_posture_data(ziti_context ztx) {
202
203
ztx->posture_checks->must_send = true;
204
FREE(ztx->posture_checks->previous_api_session_id);
205
+ FREE(ztx->posture_checks->controller_instance_id);
206
ztx->posture_checks->previous_api_session_id = strdup(ztx->api_session->id);
207
ztx->posture_checks->controller_instance_id = strdup(ztx->controller.instance_id);
208
} else {
0 commit comments