mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-21 09:08:17 +01: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
Reference in a new issue