Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix map canvas destruction fix (got broken after rebase)
  • Loading branch information
wonder-sk committed Apr 13, 2017
1 parent 92e3e75 commit 47a81f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmapcanvas.cpp
Expand Up @@ -203,7 +203,7 @@ QgsMapCanvas::~QgsMapCanvas()
if ( mJob )
{
whileBlocking( mJob )->cancel();
Q_ASSERT( !mJob );
delete mJob;
}

// delete canvas items prior to deleting the canvas
Expand Down

0 comments on commit 47a81f0

Please sign in to comment.