mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-07-11 21:44:35 +02:00
Add libusb_exit
This commit is contained in:
parent
bd94feb107
commit
44126918c3
1 changed files with 2 additions and 0 deletions
|
@ -459,5 +459,7 @@ int main(int argc, char **argv) {
|
||||||
libusb_close(devices[i].handle);
|
libusb_close(devices[i].handle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libusb_exit(ctx);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue