Merge pull request #3069 from jolavillette/FixUnregisterEventHandlerInChatUserNotifyDestructor

Fix unregister event handler in ChatUserNotify destructor
This commit is contained in:
csoler 2025-12-11 15:27:55 +01:00 committed by GitHub
commit f9cda759ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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