Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/commlib.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4158 by doda, Fri Nov 19 04:06:40 2010 UTC revision 4165 by doda, Wed Nov 24 11:35:04 2010 UTC
# Line 742  void CommClose(PComVar cv) Line 742  void CommClose(PComVar cv)
742                          }                          }
743                          HAsync = 0;                          HAsync = 0;
744  #ifndef NO_INET6  #ifndef NO_INET6
745                          freeaddrinfo(cv->res0);                          Pfreeaddrinfo(cv->res0);
746  #endif /* NO_INET6 */  #endif /* NO_INET6 */
747                          if ( cv->s!=INVALID_SOCKET ) {                          if ( cv->s!=INVALID_SOCKET ) {
748                                  Pclosesocket(cv->s);                                  Pclosesocket(cv->s);

Legend:
Removed from v.4158  
changed lines
  Added in v.4165

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26