Skip to content

Commit

Permalink
Remove feedback on expression context before destruction
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 18, 2021
1 parent 2b37235 commit 26d9c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/vector/qgsvectorlayerfeaturecounter.cpp
Expand Up @@ -97,6 +97,7 @@ bool QgsVectorLayerFeatureCounter::run()
if ( isCanceled() )
{
mRenderer->stopRender( renderContext );
mExpressionContext.setFeedback( nullptr );
mFeedback.reset();
return false;
}
Expand Down

0 comments on commit 26d9c15

Please sign in to comment.