Skip to content

Commit

Permalink
This shouldn't be deleted as its a QThread
Browse files Browse the repository at this point in the history
  • Loading branch information
plafosse committed Oct 12, 2022
1 parent a358a9f commit 5ef1110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/addressdialog.h
Expand Up @@ -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; }
};

Expand Down

0 comments on commit 5ef1110

Please sign in to comment.