diff --git a/src/providers/wms/qgswmsprovider.cpp b/src/providers/wms/qgswmsprovider.cpp index 3714dae7f7c..9245972c431 100644 --- a/src/providers/wms/qgswmsprovider.cpp +++ b/src/providers/wms/qgswmsprovider.cpp @@ -94,6 +94,8 @@ QgsWmsProvider::QgsWmsProvider( QString const& uri, const QgsWmsCapabilities* ca , mGetLegendGraphicScale( 0.0 ) , mImageCrs( DEFAULT_LATLON_CRS ) , mCachedImage( 0 ) + , mGetLegendGraphicReply( 0 ) + , mIdentifyReply( 0 ) , mCachedViewExtent( 0 ) , mExtentDirty( true ) , mTileReqNo( 0 ) @@ -3098,7 +3100,7 @@ void QgsWmsProvider::getLegendGraphicReplyFinished() #ifdef QGISDEBUG QString filename = QDir::tempPath() + "/GetLegendGraphic.png"; mGetLegendGraphicImage.save( filename ); - QgsDebugMsg( "saved GetLegendGraphic result in debug ile: " + filename ); + QgsDebugMsg( "saved GetLegendGraphic result in debug file: " + filename ); #endif } }