bpo-30602: Fix refleak in os.spawnv() (#2212)
When os.spawnv() 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
8acb4cf2b3436652568d7a70228b166316181466
Parent: 7926516
Committed by GitHub <noreply@github.com>
on 6/15/2017, 1:30:40 PM