Details
[Home]
Issue of the Implementation # L0113
Brief
drivers/media/usb/usbvision/usbvision-video.c: memory leak of alt_max_pkt_size
Detailed Description
1. usbvision->alt_max_pkt_size is not deallocated anywhere. 2. If allocation of usbvision->alt_max_pkt_size fails, there is no proper deallocation of already acquired resources.
Component
linux-kernel 3.9
Accepted
https://lkml.org/lkml/2013/6/10/504
commit
Status
Fixed in kernel 3.10-rc7
[Home]
»