diff --git a/quickstart/libusb.html b/quickstart/libusb.html
index b5f8b35..3a8e08e 100644
--- a/quickstart/libusb.html
+++ b/quickstart/libusb.html
@@ -221,7 +221,7 @@
Finding USB devices
finally
{
// Ensure the allocated device list is freed
- LibUsb.freeDeviceList(list, true);
+ LibUsb.freeDeviceList(list, false);
}
// Device not found