This function frees all of the static data associated with Libusb-1.0.
exit_success = bulk_exit()
frees all of the static data associated with Libusb-1.0
This function frees all of the static data associated with Libusb-1.0. It should be called at the end of execution to avoid memory leaks.
init_success=hid_init(); if ( init_success < 0 ) then disp("unable to initialize the Libusb-1.0 Library"); return else disp("Libusb-1.0 Library initialized"); end exit_success=hid_exit(); if ( init_success < 0 ) then disp("unable to free static data associated with Libusb-1.0 Library"); return else disp("Libusb-1.0 Library have been freed all of the static data associated"); end | ![]() | ![]() |