diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-10-12 09:36:13 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-10-12 14:53:32 -0400 |
| commit | 5ef1110afe162ea13e0248f63d3b2f43bb428a82 (patch) | |
| tree | 4f82c778211a352714f7a872dcaffac27bb3a42a | |
| parent | a358a9fbbbf780cdfd5a2b0090876dd6d71df5b7 (diff) | |
This shouldn't be deleted as its a QThread
| -rw-r--r-- | ui/addressdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/addressdialog.h b/ui/addressdialog.h index f1dfec84..7ad3e93f 100644 --- a/ui/addressdialog.h +++ b/ui/addressdialog.h @@ -51,7 +51,7 @@ class BINARYNINJAUIAPI AddressDialogWithPreview : public QDialog public: AddressDialogWithPreview(QWidget* parent, BinaryViewRef view, uint64_t here, const QString& title = "Go to Address", const QString& prompt = "Enter Expression", bool defaultToCurrent = false); - ~AddressDialogWithPreview() { delete m_updateThread; } + ~AddressDialogWithPreview() {} uint64_t getOffset() const { return m_addr; } }; |
