[Pcsclite-git-commit] [CCID] 04/04: OpenUSBByName(): do not call close_libusb_if_needed()

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Nov 13 15:35:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit 8ee6962f08beb1dfd539ae70b819246732019a91
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Nov 13 11:27:12 2015 +0100

    OpenUSBByName(): do not call close_libusb_if_needed()
    
    close_libusb_if_needed() is no more needed in OpenUSBByName() now that
    FreeChannel() is called in case of error.
    
    FreeChannel() will call ClosePort() and ClosePort() will call
    close_libusb_if_needed()
---
 src/ccid_usb.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ccid_usb.c b/src/ccid_usb.c
index 99fab3b..4f2bdc2 100644
--- a/src/ccid_usb.c
+++ b/src/ccid_usb.c
@@ -721,7 +721,6 @@ end:
 			goto again_libusb;
 		}
 #endif
-		close_libusb_if_needed();
 		if (claim_failed)
 			return STATUS_COMM_ERROR;
 		DEBUG_INFO1("Device not found?");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list