Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix memory leak in composer objects
  • Loading branch information
nyalldawson committed Aug 25, 2015
1 parent 374d789 commit cbd2058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposerobject.cpp
Expand Up @@ -55,7 +55,7 @@ QgsComposerObject::QgsComposerObject( QgsComposition* composition )

QgsComposerObject::~QgsComposerObject()
{

qDeleteAll( mDataDefinedProperties );
}

bool QgsComposerObject::writeXML( QDomElement &elem, QDomDocument &doc ) const
Expand Down

0 comments on commit cbd2058

Please sign in to comment.