From 8b15f2244af51ef312a6a4be7444a07242a34b60 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Tue, 26 Sep 2023 18:56:47 -0600 Subject: Minor updates for Python binding generation of UI API --- ui/typedialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/typedialog.h') diff --git a/ui/typedialog.h b/ui/typedialog.h index c8768559..1825fdb5 100644 --- a/ui/typedialog.h +++ b/ui/typedialog.h @@ -115,6 +115,6 @@ class BINARYNINJAUIAPI TypeDialog : public QDialog public: TypeDialog(QWidget* parent, BinaryViewRef view, const QString& title = "Specify Type", const QString& prompt = "Enter Type Name", const QString& existing = ""); - ~TypeDialog() { delete m_updateThread; } + ~TypeDialog(); BinaryNinja::QualifiedNameAndType getType() const { return m_type; } }; -- cgit v1.3.1