Diff for /libwww/Library/src/HTAccess.c between versions 1.115 and 1.116

version 1.115, 1996/02/14 00:33:07 version 1.116, 1996/02/20 19:25:01
Line 214  PUBLIC BOOL HTLibInit (CONST char * AppN Line 214  PUBLIC BOOL HTLibInit (CONST char * AppN
 */  */
 PUBLIC BOOL HTLibTerminate (void)  PUBLIC BOOL HTLibTerminate (void)
 {  {
     if (WWWTRACE)      if (WWWTRACE) HTTrace("WWWLibTerm.. Cleaning up LIBRARY OF COMMON CODE\n");
         HTTrace("WWWLibTerm.. Cleaning up LIBRARY OF COMMON CODE\n");  
       HT_FREE(HTAppName);         /* Freed thanks to Wade Ogden <wade@ebt.com> */
       HT_FREE(HTAppVersion);
   
     HTAtom_deleteAll();                                  /* Remove the atoms */      HTAtom_deleteAll();                                  /* Remove the atoms */
     HTDNS_deleteAll();                          /* Remove the DNS host cache */      HTDNS_deleteAll();                          /* Remove the DNS host cache */
     HTAnchor_deleteAll(NULL);           /* Delete anchors and drop hyperdocs */      HTAnchor_deleteAll(NULL);           /* Delete anchors and drop hyperdocs */

Removed from v.1.115  
changed lines
  Added in v.1.116


Webmaster