Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
georeferencer: Fix crash due to deletion of parent dock in destructor.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13559 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mmassing committed May 24, 2010
1 parent b36ea13 commit becabd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/georeferencer/qgsgeorefplugingui.cpp
Expand Up @@ -150,7 +150,6 @@ QgsGeorefPluginGui::~QgsGeorefPluginGui()
delete mToolAddPoint;
delete mToolDeletePoint;
delete mToolMovePoint;
delete mDock;
}

// ----------------------------- protected --------------------------------- //
Expand Down

0 comments on commit becabd6

Please sign in to comment.