Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for previous label commits
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13609 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed May 31, 2010
1 parent 450c700 commit 43bda13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/qgisapp.cpp
Expand Up @@ -526,7 +526,8 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
mMapCanvas->freeze( false );
mMapCanvas->clearExtentHistory(); // reset zoomnext/zoomlast
mLastComposerId = 0;
mLBL = new QgsPalLabeling();;
mLBL = new QgsPalLabeling();
mMapCanvas->mapRenderer()->setLabelingEngine( mLBL );
} // QgisApp ctor


Expand Down Expand Up @@ -572,8 +573,6 @@ QgisApp::~QgisApp()
deletePrintComposers();
removeAnnotationItems();

delete mLBL;

// delete map layer registry and provider registry
QgsApplication::exitQgis();
}
Expand Down

0 comments on commit 43bda13

Please sign in to comment.