gregkh / usbutils

USB utilities for Linux, including lsusb
http://www.linux-usb.org
356 stars 202 forks source link

lsusb.c: fix leak in dump_printer_device #129

Closed lzaoral closed 3 years ago

lzaoral commented 3 years ago

Allocation made by get_dev_string was not freed.