Fix for crash when quiting QGIS (ticket #5145)

This commit is contained in:
Marco Hugentobler 2012-03-09 21:24:34 +01:00
parent 2f135c1d63
commit 3e0fb86cce

View File

@ -673,6 +673,7 @@ QgisApp::~QgisApp()
delete mMapTools.mMoveLabel;
delete mMapTools.mRotateLabel;
delete mMapTools.mChangeLabelProperties;
delete mMapTools.mOffsetCurve;
delete mPythonUtils;