Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion src/app/qgsidentifyresultsdialog.cpp
Expand Up @@ -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 ) );
}
}
}
Expand Down

0 comments on commit 10af737

Please sign in to comment.