]> 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:51:55 +0000 (00:51 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 07:51:55 +0000 (00:51 -0700)
commitf79577ddbd7c87b6cc1810e98ee4eaca7ae50699
tree0c83f655d93efa3e06850316ad91bc677a257f4a
parent05429c917c23f735b07ac4c60af20e57aad742fc
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