[xiph-cvs] cvs commit: net sock.c

Brendan brendan at xiph.org
Tue Jul 1 11:49:07 PDT 2003



brendan     03/07/01 14:49:07

  Modified:    .        sock.c
  Log:
  finish what we started re: resolver

Revision  Changes    Path
1.30      +2 -0      net/sock.c

Index: sock.c
===================================================================
RCS file: /usr/local/cvsroot/net/sock.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -u -r1.29 -r1.30
--- sock.c	18 Jun 2003 11:05:49 -0000	1.29
+++ sock.c	1 Jul 2003 18:49:07 -0000	1.30
@@ -92,6 +92,8 @@ void sock_shutdown(void)
 #ifdef _WIN32
     WSACleanup();
 #endif
+
+    resolver_shutdown();
 }
 
 /* sock_get_localip

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list