Ignore:
Timestamp:
Sep 12, 2013, 5:26:53 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/map_stations.cpp

    r5427 r5428  
    6464t_map_stations::~t_map_stations() {
    6565  if (_thriftClient) {
    66     _thriftClient->stop();
     66    _thriftClient->stopAndDestroy();
     67  }
     68  if (_results) {
     69    while (!_results->empty()) {
     70      delete _results->back();
     71      _results->pop_back();
     72    }
     73    delete _results;
    6774  }
    6875}
Note: See TracChangeset for help on using the changeset viewer.