usb1.testUSB1: Do not allocate libusb transfers in tests.

From 1.0.25, calling libusb_free_transfer without having assigned it to
a device segfaults. This is not a supported call sequence, so hook into
{,de}allocation functions during affected test methods, and use this to
check their consistency.
1 file changed