Skip to content
Snippets Groups Projects
Commit e62bc308 authored by DONG Anyuan's avatar DONG Anyuan
Browse files

Fix Coverity Scan CID 341132 (Using freed pointer cell_report.)

parent 86d7a5cd
No related branches found
No related tags found
No related merge requests found
......@@ -550,7 +550,6 @@ error :
for (j = 0; j < report_config->nr_cc; j++) {
if (cell_report[j] != NULL) {
free(cell_report[j]);
cell_report[j] = NULL;
}
}
free(cell_report);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment