[QGIS Commit] r12979 - trunk/qgis/src/app/gps

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Feb 27 07:26:14 EST 2010


Author: timlinux
Date: 2010-02-27 07:26:13 -0500 (Sat, 27 Feb 2010)
New Revision: 12979

Modified:
   trunk/qgis/src/app/gps/qgsgpsinformationwidget.cpp
Log:
Prevent crash on feature reset in gps tracker

Modified: trunk/qgis/src/app/gps/qgsgpsinformationwidget.cpp
===================================================================
--- trunk/qgis/src/app/gps/qgsgpsinformationwidget.cpp	2010-02-27 11:09:36 UTC (rev 12978)
+++ trunk/qgis/src/app/gps/qgsgpsinformationwidget.cpp	2010-02-27 12:26:13 UTC (rev 12979)
@@ -526,6 +526,7 @@
   if ( mpRubberBand )
   {
     delete mpRubberBand;
+    mpRubberBand = 0;
   }
   createRubberBand( );
   mCaptureList.clear();



More information about the QGIS-commit mailing list