Diff for /Amaya/amaya/query.c between versions 1.216 and 1.217

version 1.216, 1999/12/09 15:59:34 version 1.217, 1999/12/10 14:51:00
Line 752  int                 status; Line 752  int                 status;
              if (ref)               if (ref)
                {                 {
                  HT_FREE (new_anchor->parent->address);                   HT_FREE (new_anchor->parent->address);
                    new_anchor->parent->address = NULL;
                  tmp = NULL;                   tmp = NULL;
                  HTSACopy (&tmp, WideChar2ISO (ref));                   HTSACopy (&tmp, WideChar2ISO (ref));
                  new_anchor->parent->address = tmp;                   new_anchor->parent->address = tmp;
Line 2270  static void         AHTProfile_delete () Line 2271  static void         AHTProfile_delete ()
   clear_cachelock ();    clear_cachelock ();
   HTCacheTerminate ();    HTCacheTerminate ();
 #endif /* AMAYA_WWW_CACHE */  #endif /* AMAYA_WWW_CACHE */
         
     /* remove bindings between suffixes, media types*/
     HTBind_deleteAll ();
   /* Terminate libwww */    /* Terminate libwww */
   HTLibTerminate ();    HTLibTerminate ();
 }  }

Removed from v.1.216  
changed lines
  Added in v.1.217


Webmaster