|
|
@@ -1473,6 +1473,7 @@ static int acm_probe(struct usb_interface *intf,
|
|
|
&dev_attr_wCountryCodes);
|
|
|
device_remove_file(&acm->control->dev,
|
|
|
&dev_attr_iCountryCodeRelDate);
|
|
|
+ kfree(acm->country_codes);
|
|
|
}
|
|
|
device_remove_file(&acm->control->dev, &dev_attr_bmCapabilities);
|
|
|
alloc_fail7:
|