summaryrefslogtreecommitdiff
path: root/ui/addressdialog.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-10-12 09:36:13 -0400
committerPeter LaFosse <peter@vector35.com>2022-10-12 14:53:32 -0400
commit5ef1110afe162ea13e0248f63d3b2f43bb428a82 (patch)
tree4f82c778211a352714f7a872dcaffac27bb3a42a /ui/addressdialog.h
parenta358a9fbbbf780cdfd5a2b0090876dd6d71df5b7 (diff)
This shouldn't be deleted as its a QThread
Diffstat (limited to 'ui/addressdialog.h')
-rw-r--r--ui/addressdialog.h2
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; }
};