mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-23 06:14:50 -04:00
Added the delete of the TokenQueue in some destructors to fix crashes.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7597 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e996f9e275
commit
bec735b60a
21 changed files with 72 additions and 11 deletions
|
@ -84,6 +84,15 @@ CreateGxsChannelMsg::CreateGxsChannelMsg(const RsGxsGroupId &cId)
|
|||
#endif
|
||||
}
|
||||
|
||||
CreateGxsChannelMsg::~CreateGxsChannelMsg()
|
||||
{
|
||||
#ifdef CHANNELS_FRAME_CATCHER
|
||||
delete fCatcher;
|
||||
#endif
|
||||
|
||||
delete(mChannelQueue);
|
||||
}
|
||||
|
||||
void CreateGxsChannelMsg::contextMenu(QPoint /*point*/)
|
||||
{
|
||||
QList<RetroShareLink> links ;
|
||||
|
@ -142,13 +151,6 @@ void CreateGxsChannelMsg::pasteLink()
|
|||
}
|
||||
}
|
||||
|
||||
CreateGxsChannelMsg::~CreateGxsChannelMsg()
|
||||
{
|
||||
#ifdef CHANNELS_FRAME_CATCHER
|
||||
delete fCatcher;
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Dropping */
|
||||
|
||||
void CreateGxsChannelMsg::dragEnterEvent(QDragEnterEvent *event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue