Skip to content

Fix possible memory leak

This was introduced with 30b10492 presumably by accident.

The memory leak was spotted by konversation + ASAN using

KNotification::event(QStringLiteral("channelJoin"), i18n("You have joined %1.",channel), QPixmap(), m_mainWindow);

Merge request reports