bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
ssl_collect_certificates function in _ssl.c has a memory leak. Calling CertOpenStore() and CertAddStoreToCollection(), a store's refcnt gets incremented by 2. But CertCloseStore() is called only once and the refcnt leaves 1.
N
neonene committed
ed70129e15ea028469145111044a4349960a4e6f
Parent: b4612f5
Committed by Steve Dower <steve.dower@python.org>
on 9/9/2019, 12:33:43 PM