Skip to content
Permalink
Browse files
Fix a crash with highlights in identify results
  • Loading branch information
wonder-sk committed Jun 23, 2014
1 parent d62a498 commit 10af737
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1358,7 +1358,7 @@ void QgsIdentifyResultsDialog::layerDestroyed()
{
for ( int j = 0; j < layItem->childCount(); j++ )
{
delete mHighlights.take( layItem->child( i ) );
delete mHighlights.take( layItem->child( j ) );
}
}
}

0 comments on commit 10af737

Please sign in to comment.