mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 03:29:49 +03:00
Memory leak fixed
This commit is contained in:
@@ -100,6 +100,7 @@ PreviewReportWindow::~PreviewReportWindow()
|
|||||||
{
|
{
|
||||||
if (m_ownedSettings)
|
if (m_ownedSettings)
|
||||||
delete m_settings;
|
delete m_settings;
|
||||||
|
delete m_previewPage;
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user