don't forget to free jobs->statistics[i]

This commit is contained in:
Holger Vogt 2020-04-18 16:53:00 +02:00
parent 3b5c272096
commit ae2d207344
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ Evt_Job_destroy(Evt_Ckt_Data_t* evt, Evt_Job_t *job)
tfree(job->state_data[i]);
tfree(job->node_data[i]);
tfree(job->msg_data[i]);
tfree(job->statistics[i]);
}
tfree(job->job_name);