Free resources in an error case.
CID: 1018947 Found with: Coverity Prevent(tm) MFC after: 1 week
This commit is contained in:
parent
b135b84670
commit
09b97bcfaf
@ -1037,6 +1037,7 @@ cpufreq_unregister(device_t dev)
|
||||
if (cf_dev == NULL) {
|
||||
device_printf(dev,
|
||||
"warning: cpufreq_unregister called with no cpufreq device active\n");
|
||||
free(devs, M_TEMP);
|
||||
return (0);
|
||||
}
|
||||
cfcount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user