Eliminate superfluous CloseHandle(PI.ProcessHandle).
authorYaron Keren <yaron.keren@gmail.com>
Fri, 17 Apr 2015 11:09:18 +0000 (11:09 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 17 Apr 2015 11:09:18 +0000 (11:09 +0000)
commiteea5a135ff7f9a6f61b2282196117712930871c7
tree8bb4f269841743cb90a01afeedbc9f824b9fad13
parentbb852531eac166c474e17d7b4b6dc0bf39eeb614
Eliminate superfluous CloseHandle(PI.ProcessHandle).
This handle will always be closed few lines later, resulting in
an error for the second CloseHandle.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235177 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/Program.inc