0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-05-21 16:27:14 +00:00

Free claim_id ()

This commit is contained in:
Emmanuel Vasilakis 2022-01-14 12:20:54 +02:00 committed by GitHub
parent a3951ae82c
commit 34c0bc93a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,6 +332,7 @@ void aclk_push_alarm_health_log(struct aclk_database_worker_config *wc, struct a
"AC [%s (N/A)]: ACLK synchronization thread for %s is not yet linked to HOST.",
wc->node_id,
wc->host_guid);
freez(claim_id);
return;
}
}