8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d445b41 commit 3731a40Copy full SHA for 3731a40
src/interfaces/libpq/fe-connect.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.304 2005/03/25 00:34:29 tgl Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.305 2005/05/05 16:36:12 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -2034,6 +2034,10 @@ freePGconn(PGconn *conn)
2034
PGnotify *notify;
2035
pgParameterStatus *pstatus;
2036
2037
+#ifdef WIN32
2038
+ WSACleanup();
2039
+#endif
2040
+
2041
if (!conn)
2042
return;
2043
0 commit comments