Commit 5d695b6
authored
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.
1 parent 5e053eb commit 5d695b6
File tree
2 files changed
+3
-0
lines changed- Misc/NEWS.d/next/Windows
- Modules
2 files changed
+3
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5581 | 5581 | | |
5582 | 5582 | | |
5583 | 5583 | | |
| 5584 | + | |
5584 | 5585 | | |
5585 | 5586 | | |
5586 | 5587 | | |
| |||
0 commit comments