Skip to content

Commit

Permalink
hosted/bmp_libusb: Remove extra libusb_exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidprice authored and dragonmux committed Jul 18, 2023
1 parent 4e10f4a commit daf98c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/hosted/bmp_libusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ static const probe_info_s *scan_for_devices(bmp_info_s *info)
}
libusb_free_device_list(device_list, (int)cnt);
}
libusb_exit(info->libusb_ctx);
}
return probe_info_correct_order(probe_list);
}
Expand Down

0 comments on commit daf98c8

Please sign in to comment.