Free claim_id (#11973)
Emmanuel Vasilakis committed
Jan 14, 2022 at 12:20 UTC
34c0bc93a2153f145aa480fcf7319e77eb851aac
1 file changed
+1
database/sqlite/sqlite_aclk_alert.c
+1
@@ -332,6 +332,7 @@ void aclk_push_alarm_health_log(struct aclk_database_worker_config *wc, struct a
332
"AC [%s (N/A)]: ACLK synchronization thread for %s is not yet linked to HOST.",
333
wc->node_id,
334
wc->host_guid);
335
+ freez(claim_id);
336
return;
337
}
338
}