Merge branch 'master' into libusb_wrappers_tests
This commit is contained in:
@@ -92,7 +92,7 @@ func (c *Context) OpenDeviceWithVidPid(vid, pid int) (*Device, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *Context) Close() error {
|
func (c *Context) Close() error {
|
||||||
close(c.done)
|
c.done <- struct{}{}
|
||||||
if c.ctx != nil {
|
if c.ctx != nil {
|
||||||
libusb.exit(c.ctx)
|
libusb.exit(c.ctx)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user