diff --git a/sources/qetgraphicsitem/terminal.cpp b/sources/qetgraphicsitem/terminal.cpp index 941c2190c..1f06f3361 100644 --- a/sources/qetgraphicsitem/terminal.cpp +++ b/sources/qetgraphicsitem/terminal.cpp @@ -86,6 +86,7 @@ Terminal::Terminal(TerminalData* data, Element* e) : */ Terminal::~Terminal() { qDeleteAll(m_conductors_list); + delete d; } /**