In the Linux kernel, the following vulnerability has been resolved:
media: tw686x: Fix memory leak in tw686xvideoinit
videodevicealloc() allocates memory for vdev, when videoregisterdevice() fails, it doesn't release the memory and leads to memory leak, call videodevicerelease() to fix this.