0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-24 16:18:04 +03:00

Memory leak has been fixed

This commit is contained in:
Arin Alexander
2020-02-04 11:40:05 +03:00
parent cd7db10aa6
commit 2ac3f7174b
3 changed files with 10 additions and 8 deletions

View File

@@ -311,6 +311,7 @@ private:
void initReport();
void paintByExternalPainter(const QString& objectName, QPainter* painter, const QStyleOptionGraphicsItem* options);
void dropChanges(){ m_datasources->dropChanges(); m_scriptEngineContext->dropChanges();}
void clearRenderingPages();
private:
QList<PageDesignIntf*> m_pages;
QList<PageItemDesignIntf*> m_renderingPages;