mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Prevent crash on shutdown
We always call reply->deleteLater(), so we where actually calling delete on a stale pointer, that caused subsurface to crash on shutdown. Reported-by: Sergey Starosek <sergey-starosek@yandex.ru> Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
07e94c67e0
commit
e9558d848c
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ DiveShareExportDialog::DiveShareExportDialog(QWidget *parent) :
|
|||
DiveShareExportDialog::~DiveShareExportDialog()
|
||||
{
|
||||
delete ui;
|
||||
delete reply;
|
||||
}
|
||||
|
||||
void DiveShareExportDialog::UIDFromBrowser()
|
||||
|
|
Loading…
Add table
Reference in a new issue