Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix memory leak
  • Loading branch information
nyalldawson committed Apr 3, 2016
1 parent 639c050 commit b8b12d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/qgswmsconfigparser.cpp
Expand Up @@ -393,6 +393,7 @@ QgsVectorLayer* QgsWMSConfigParser::createHighlightLayer( int i, const QString&
fet.setAttribute( 3, "Center" );
fet.setAttribute( 4, "Half" );
}
delete point;
}

layer->setCustomProperty( "labeling/fieldName", "label" );
Expand Down

0 comments on commit b8b12d8

Please sign in to comment.