Fix unregister event handler in ChatUserNotify destructor

This commit is contained in:
jolavillette 2025-12-11 15:16:21 +01:00
parent 6a5e116725
commit ee50e0951b

View file

@ -84,6 +84,7 @@ ChatUserNotify::ChatUserNotify(QObject *parent) :
ChatUserNotify::~ChatUserNotify()
{
rsEvents->unregisterEventsHandler(mEventHandlerId);
instance = 0;
}