Skip to content

Commit afc18c8

Browse files
committed
Drop color manager on exit
1 parent 6e87eef commit afc18c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qhexedit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ QHexEdit::QHexEdit(QWidget *parent) : QAbstractScrollArea(parent)
7474

7575
QHexEdit::~QHexEdit()
7676
{
77+
delete _colorManager;
7778
}
7879

7980
// ********************************************************************** Properties

0 commit comments

Comments
 (0)