We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e87eef commit afc18c8Copy full SHA for afc18c8
src/qhexedit.cpp
@@ -74,6 +74,7 @@ QHexEdit::QHexEdit(QWidget *parent) : QAbstractScrollArea(parent)
74
75
QHexEdit::~QHexEdit()
76
{
77
+ delete _colorManager;
78
}
79
80
// ********************************************************************** Properties
0 commit comments