Skip to content

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎src/core/qgslabel.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ QgsLabel::QgsLabel( const QgsFieldMap & fields )
6262
}
6363

6464
QgsLabel::~QgsLabel()
65-
{}
65+
{
66+
delete mLabelAttributes;
67+
}
6668

6769
QString QgsLabel::fieldValue ( int attr, QgsFeature &feature )
6870
{

0 commit comments

Comments
 (0)
Please sign in to comment.