Skip to content

Commit

Permalink
Do not delete a symbol we don't own
Browse files Browse the repository at this point in the history
Fix #32661
  • Loading branch information
m-kuhn authored and nyalldawson committed Nov 6, 2019
1 parent 5ee5e37 commit ec5af34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsrulebasedlabeling.cpp
Expand Up @@ -350,7 +350,6 @@ QgsRuleBasedLabeling::Rule::RegisterResult QgsRuleBasedLabeling::Rule::registerF
if ( !isFilterOK( feature, context )
|| !isScaleOK( context.rendererScale() ) )
{
delete symbol;
return Filtered;
}

Expand Down

0 comments on commit ec5af34

Please sign in to comment.