Skip to content

Commit b8b12d8

Browse files
committedApr 3, 2016
Fix memory leak
1 parent 639c050 commit b8b12d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/server/qgswmsconfigparser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ QgsVectorLayer* QgsWMSConfigParser::createHighlightLayer( int i, const QString&
393393
fet.setAttribute( 3, "Center" );
394394
fet.setAttribute( 4, "Half" );
395395
}
396+
delete point;
396397
}
397398

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

0 commit comments

Comments
 (0)
Please sign in to comment.