In the Linux kernel, the following vulnerability has been resolved: media: hi846: Fix memleak in hi846initcontrols() hi846initcontrols doesn't clean the allocated ctrlhdlr in case there is a failure, which causes memleak. Add v4l2ctrlhandlerfree to free the resource properly.