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:
thunder2 2014-10-12 10:46:09 +00:00
parent e996f9e275
commit bec735b60a
21 changed files with 72 additions and 11 deletions

View file

@ -203,6 +203,11 @@ IdDialog::IdDialog(QWidget *parent)
registerHelpButton(ui.helpButton, hlp_str) ;
}
IdDialog::~IdDialog()
{
delete(mIdQueue);
}
void IdDialog::todo()
{
QMessageBox::information(this, "Todo",