Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a crash in GPX provider
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6887 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Apr 15, 2007
1 parent 246ed77 commit ac57362
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/providers/gpx/qgsgpxprovider.cpp
Expand Up @@ -357,6 +357,8 @@ void QgsGPXProvider::select(QgsAttributeList fetchAttributes,
}
mAttributesToFetch = fetchAttributes;
mFetchGeom = fetchGeometry;

reset();
}


Expand Down

0 comments on commit ac57362

Please sign in to comment.