Ignore:
Timestamp:
Sep 12, 2013, 7:04:23 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5438 r5439  
    146146    }
    147147    _plot->slotNewPoints(points);
     148
     149    QListIterator<t_worldPlot::t_point*> it(points);
     150    while (it.hasNext()) {
     151      delete it.next();
     152    }
    148153  }
    149154
Note: See TracChangeset for help on using the changeset viewer.