diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-06-14 12:26:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 12:26:21 (GMT) |
commit | 526b22657cb18fe79118c2ea68511aca09430c2c (patch) | |
tree | ff0da0de5bc2623e134ebe4b871d230b3266c804 /Python/bltinmodule.c | |
parent | 3402f7268897db15053866e1e68404cfa0e02706 (diff) | |
download | cpython-526b22657cb18fe79118c2ea68511aca09430c2c.zip cpython-526b22657cb18fe79118c2ea68511aca09430c2c.tar.gz cpython-526b22657cb18fe79118c2ea68511aca09430c2c.tar.bz2 |
bpo-30602: Fix refleak in os.spawnve() (#2184)
When os.spawnve() fails while handling arguments, free correctly
argvlist: pass lastarg+1 rather than lastarg to free_string_array()
to also free the first item.
Diffstat (limited to 'Python/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions