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

Fix Coverity Scan CID 339972 (Variable msg going out of scope leaks the storage it points to.)

parent 486f1368
No related branches found
No related tags found
No related merge requests found
......@@ -533,7 +533,8 @@ int eth_set_dev_conf_raw_IF4p5(openair0_device *device) {
perror("ETHERNET: ");
exit(0);
}
free(msg);
return 0;
}
......
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