commit | 1d56ed5210babb68b5798cd943bb21f417e781ee | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jun 29 10:53:34 2017 +0200 |
committer | GitHub <noreply@github.com> | Thu Jun 29 10:53:34 2017 +0200 |
tree | bb5a847d67170f1c00f5663b97121bb49995ca2d | |
parent | b78fbaaeab9df8cfbbdae3d5faf2d1537d73e43b [diff] |
_winconsoleio: Fix memory leak (#2485) Fix memory leak when _winconsoleio tries to open a non-console file: free the name buffer.