SVN commit 643821 by dmacvicar: missing delete? M +2 -2 msndebugrawcmddlg.cpp --- trunk/KDE/kdenetwork/kopete/protocols/msn/msndebugrawcmddlg.cpp #643820:643821 @@ -45,7 +45,7 @@ MSNDebugRawCmdDlg::~MSNDebugRawCmdDlg() { - m_main; + delete m_main; } QString MSNDebugRawCmdDlg::command() @@ -70,7 +70,7 @@ QString MSNDebugRawCmdDlg::msg() { - return m_main->m_msg->text(); + return m_main->m_msg->toPlainText(); } #include "msndebugrawcmddlg.moc"