From 5ef1110afe162ea13e0248f63d3b2f43bb428a82 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 12 Oct 2022 09:36:13 -0400 Subject: This shouldn't be deleted as its a QThread --- ui/addressdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }; -- cgit v1.3.1