forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb37da1e
committed
Remove wrong CloseHandle() call.
In accordance with its own documentation, invoke CloseHandle() only whendirected in the documentation for the function that furnished thehandle. GetModuleHandle() does not so direct. We have been issuingthis call only in the rare event that a CRT DLL contains no "_putenv"symbol, so lack of bug reports is uninformative. Back-patch to 9.2 (allsupported versions).Christian Ullrich, reviewed by Michael Paquier.1 parenta9d9208 commitb37da1e
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 | 95 |
| |
97 | 96 |
| |
98 | 97 |
| |
|
0 commit comments
Comments
(0)