mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
Memory leak fixed
This commit is contained in:
parent
c25d65753c
commit
200d8015a2
@ -100,6 +100,7 @@ PreviewReportWindow::~PreviewReportWindow()
|
||||
{
|
||||
if (m_ownedSettings)
|
||||
delete m_settings;
|
||||
delete m_previewPage;
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user