forked from qt-creator/qt-creator
DiffEditor: Fix leak
Change-Id: I39c73f2076420d2026bec58f5a383b27188a2720 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -245,6 +245,7 @@ DiffEditor::~DiffEditor()
|
||||
{
|
||||
delete m_toolBar;
|
||||
delete m_widget;
|
||||
qDeleteAll(m_views);
|
||||
}
|
||||
|
||||
Core::IEditor *DiffEditor::duplicate()
|
||||
|
Reference in New Issue
Block a user