mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 09:03:51 -05:00
Fix unregister event handler in ChatUserNotify destructor
This commit is contained in:
parent
6a5e116725
commit
ee50e0951b
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ ChatUserNotify::ChatUserNotify(QObject *parent) :
|
||||||
|
|
||||||
ChatUserNotify::~ChatUserNotify()
|
ChatUserNotify::~ChatUserNotify()
|
||||||
{
|
{
|
||||||
|
rsEvents->unregisterEventsHandler(mEventHandlerId);
|
||||||
instance = 0;
|
instance = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue