Index: trunk/GnssCenter/map_stations/map_stations.cpp
===================================================================
--- trunk/GnssCenter/map_stations/map_stations.cpp	(revision 5438)
+++ trunk/GnssCenter/map_stations/map_stations.cpp	(revision 5439)
@@ -146,4 +146,9 @@
     }
     _plot->slotNewPoints(points);
+
+    QListIterator<t_worldPlot::t_point*> it(points);
+    while (it.hasNext()) {
+      delete it.next();
+    }
   }
 
