Skip to content

Commit

Permalink
Fix for a crash. May be the cause of tickets #275 and #268
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5992 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Oct 22, 2006
1 parent ea6e118 commit c1b9199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/qgsmaptoolidentify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,5 +423,6 @@ void QgsMapToolIdentify::resultsDialogGone()

void QgsMapToolIdentify::deactivate()
{
mResults->done(0); // close the window
if (mResults)
mResults->done(0); // close the window
}

0 comments on commit c1b9199

Please sign in to comment.