usb-tools/USBProxy-legacy

Remove unnecessary null pointer checks

elfring opened this issue · 3 comments

Yes, there's a lot that can be cleaned up here, we could also use delete[] rather than looping over those arrays.

Good point!