]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138756: Fix memory leak in PyInitConfig_Free() (GH-138759) (#138785)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 16:42:50 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 16:42:50 +0000 (18:42 +0200)
commit0accda746823e4baa30b1cf10d25317a70e556c0
treef8dd35acd760a2989a8198beb754530895a99fe1
parent6ed9be1a553e1b6d63410348549fb033f6220d88
[3.14] gh-138756: Fix memory leak in PyInitConfig_Free() (GH-138759) (#138785)

gh-138756: Fix memory leak in PyInitConfig_Free() (GH-138759)

Clear also memory of PyConfig members.
(cherry picked from commit 96dee64c73531325daa9e048b3c18212f5eadd98)

Co-authored-by: Victor Stinner <vstinner@python.org>
Python/initconfig.c