microsoft / Windows-classic-samples

This repo contains samples that demonstrate the API used in Windows classic desktop applications.
Other
5.1k stars 3.23k forks source link

msi\setup.exe: Fix a handle leak #370

Open RatinCN opened 2 weeks ago

RatinCN commented 2 weeks ago

The access token handle returned by OpenProcessToken should be closed when no longer needed.