]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)
authorbtharper <btharper1221@gmail.com>
Tue, 19 Mar 2019 10:50:25 +0000 (06:50 -0400)
committerVictor Stinner <vstinner@redhat.com>
Tue, 19 Mar 2019 10:50:25 +0000 (11:50 +0100)
commite130a07eb20c4b655d182d5d10d778c7584efe55
treedcb4ab4bc3258658b0ce9e7aa3cf46c7969a464b
parent5f1e8b4d249f62dfd81191bcadc4960d01e67ead
bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)

_PyPreConfig_Read() now free 'old_old' at exit.
Misc/NEWS.d/next/Build/2019-03-18-23-49-15.bpo-36356.WNrwYI.rst [new file with mode: 0644]
Python/preconfig.c