aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/customactions.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--installer/customactions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/customactions.c b/installer/customactions.c
index c35b693f..72ee0ae3 100644
--- a/installer/customactions.c
+++ b/installer/customactions.c
@@ -467,6 +467,7 @@ __declspec(dllexport) UINT __stdcall RemoveAdapters(MSIHANDLE installer)
}
WaitForSingleObject(pi.hProcess, INFINITE);
CloseHandle(pi.hProcess);
+ CloseHandle(pi.hThread);
goto cleanup_pipe_r;
cleanup_pipe_w: