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/qgis@5992 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Oct 22, 2006
1 parent 37af419 commit f95951b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/qgsmaptoolidentify.cpp
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 f95951b

Please sign in to comment.