mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 02:44:20 -05:00
suppressed sigsegv when deleting an unallocated object
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1722 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
500b996ff5
commit
b8714f3d9c
@ -206,7 +206,8 @@ void ApplicationWindow::show(Page page)
|
||||
/** Destructor. */
|
||||
ApplicationWindow::~ApplicationWindow()
|
||||
{
|
||||
delete exampleDialog;
|
||||
// is this allocated anywhere ??
|
||||
// delete exampleDialog;
|
||||
}
|
||||
|
||||
/** Create and bind actions to events. Setup for initial
|
||||
|
Loading…
Reference in New Issue
Block a user