Commit 0cd1d732 authored by Dong Anyuan's avatar Dong Anyuan

ReFix Coverity Scan CID 341066 (Using freed pointer ue_report.)

parent e0638254
...@@ -540,7 +540,6 @@ error : ...@@ -540,7 +540,6 @@ error :
for (j = 0; j < report_config->nr_ue; j++) { for (j = 0; j < report_config->nr_ue; j++) {
if (ue_report[j] != NULL) { if (ue_report[j] != NULL) {
free(ue_report[j]); free(ue_report[j]);
ue_report[j] = NULL;
} }
} }
free(ue_report); free(ue_report);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment