Diff for /Amaya/amaya/query.c between versions 1.10 and 1.11

version 1.10, 1996/12/16 15:52:48 version 1.11, 1996/12/16 16:53:40
Line 247  AHTReqContext      *me; Line 247  AHTReqContext      *me;
         if (me->error_stream != (char *) NULL)          if (me->error_stream != (char *) NULL)
            HT_FREE (me->error_stream);             HT_FREE (me->error_stream);
   
         if ((me->mode & AMAYA_ASYNC) || (me->mode & AMAYA_IASYNC))          if (AmayaCloseFlag == TRUE && (me->mode & AMAYA_ASYNC) || (me->mode & AMAYA_IASYNC))
           {            {
             if(me->urlName)              if(me->urlName)
               TtaFreeMemory (me->urlName);                TtaFreeMemory (me->urlName);
Line 1211  void                QueryClose () Line 1211  void                QueryClose ()
    /* Later, the following call should use all the active docids. For the mome     /* Later, the following call should use all the active docids. For the mome
       nt, it stops everything */        nt, it stops everything */
    /* StopRequest (); */     /* StopRequest (); */
   
      AmayaCloseFlag = TRUE;
   
    Thread_deleteAll ();     Thread_deleteAll ();
   
 #ifndef HACK_WWW  #ifndef HACK_WWW
Line 1221  void                QueryClose () Line 1224  void                QueryClose ()
    HTGateway_deleteAll ();     HTGateway_deleteAll ();
    AHTProfile_delete ();     AHTProfile_delete ();
   
    AmayaCloseFlag = TRUE;  
 }  }
   
   

Removed from v.1.10  
changed lines
  Added in v.1.11


Webmaster