diff --git a/src/plugins/cpaster/cpasterplugin.cpp b/src/plugins/cpaster/cpasterplugin.cpp index 1a3c6671f50..a6a47c6bc1c 100644 --- a/src/plugins/cpaster/cpasterplugin.cpp +++ b/src/plugins/cpaster/cpasterplugin.cpp @@ -119,6 +119,7 @@ CodepasterPlugin::CodepasterPlugin() : CodepasterPlugin::~CodepasterPlugin() { + delete m_urlOpen; qDeleteAll(m_protocols); CodepasterPlugin::m_instance = 0; }