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.
V
Victor Stinner committed
526b22657cb18fe79118c2ea68511aca09430c2c
Parent: 3402f72
Committed by GitHub <noreply@github.com>
on 6/14/2017, 12:26:21 PM