Ignore:
Timestamp:
07/06/11 16:21:44 (13 years ago)
Author:
tbretz
Message:
Included a call to RemoveAllServices to RemoveServer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimServiceInfoList.cc

    r11110 r11267  
    128128    }
    129129
     130    RemoveAllServices(s);
     131
    130132    // Remove the server from the server list
    131133    delete v->second[0];
     
    148150    for (ServiceInfoList::iterator i=fServiceInfoList.begin();
    149151         i!=fServiceInfoList.end(); i++)
    150     {
    151         delete i->second[0];
    152         delete i->second[1];
    153         delete i->second[2];
    154     }
    155 
    156     fServiceInfoList.clear();
    157     fServiceList.clear();
     152        RemoveServer(i->first);
    158153}
    159154
Note: See TracChangeset for help on using the changeset viewer.