In the Linux kernel, the following vulnerability has been resolved:
media: dvbdev: Fix memory leak in dvbmediadevice_free()
dvbmediadevicefree() is leaking memory. Free dvbdev->adapter->conn
before setting it to NULL, as documented in include/media/media-device.h:
"The mediaentity instance itself must be freed explicitly by the driver
if required."