diff options
author | Christian Heimes <christian@python.org> | 2020-06-12 18:18:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 09:18:43 -0700 |
commit | 0d3350daa8123a3e16d4a534b6e873eb12c10d7c (patch) | |
tree | 4ff1d791854f753576ebbf23c2ca6322ff766979 /Python/errors.c | |
parent | e2fb8a2c42ee60c72a40d93da69e9efc4e359023 (diff) | |
download | cpython-git-0d3350daa8123a3e16d4a534b6e873eb12c10d7c.tar.gz |
bpo-40955: Fix memory leak in subprocess module (GH-20825)
```
Direct leak of 8 byte(s) in 1 object(s) allocated from:
#0 0x7f008bf19667 in __interceptor_malloc (/lib64/libasan.so.6+0xb0667)
#1 0x7f007a0bee4a in subprocess_fork_exec /home/heimes/dev/python/cpython/Modules/_posixsubprocess.c:774
#2 0xe0305b in cfunction_call Objects/methodobject.c:546
```
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions