Changeset 2542


Ignore:
Timestamp:
2001-06-13T14:59:03+12:00 (23 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/phindaction.cpp

    r2502 r2542  
    2525 *
    2626 *********************************************************************/
     27
     28// Note that this action uses mgpp to retrieve phind info, calling MGQuery
     29// etc. directly, not through the protocol. This breaks our receptionist -
     30// collection server separation and should be fixed some day I guess.
    2731
    2832#include "phindaction.h"
     
    467471  // delete the query
    468472  if (queryTree != NULL) delete queryTree;
     473
     474  indexData.UnloadData();
    469475}
    470476
     
    881887    }
    882888  }
     889
     890  docdata.UnloadData();
    883891}
    884892
Note: See TracChangeset for help on using the changeset viewer.