]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Mar 2021 07:52:13 +0000 (00:52 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 07:52:13 +0000 (00:52 -0700)
commit5486b105a4c5de840c24776c726eeac2a8dc973c
treeaa55ba56935da8a1e85ee0f3505154ccfe80ad83
parent6af3a940ca827d9a59e34271e4c97d7ec7b56584
bpo-43637: Fix a possible memory leak in winreg.SetValueEx() (GH-25038)

(cherry picked from commit dfeec347f21b86879ba8f27f567bb275b243f1bc)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
PC/winreg.c