In the Linux kernel, the following vulnerability has been resolved:
platform/x86: intelpmccore: fix memleak on registration failure
In case device registration fails during module initialisation, the platform device structure needs to be freed using platformdeviceput() to properly free all resources (e.g. the device name).