diff options
| author | Mark Rowe <mark@vector35.com> | 2026-05-11 18:58:12 -0700 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2026-05-19 10:36:46 -0700 |
| commit | 2e89fe24b633b291726bf25c7291f2acd089f886 (patch) | |
| tree | fd8d0758dc50268aa6e1452e712bc44369a81a6c /ui/workflowmonitor.h | |
| parent | 58fa98458b667eba3fc1cc1e71de15706765f3fe (diff) | |
Fix leaks due to unclear ownership of Menu instances
Diffstat (limited to 'ui/workflowmonitor.h')
| -rw-r--r-- | ui/workflowmonitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/workflowmonitor.h b/ui/workflowmonitor.h index 35757c46..7f45b7a5 100644 --- a/ui/workflowmonitor.h +++ b/ui/workflowmonitor.h @@ -25,7 +25,7 @@ class BINARYNINJAUIAPI WorkflowMonitorWidget : public QWidget FunctionRef m_function; WorkflowRef m_workflow; - Menu* m_menu; + Menu m_menu; ContextMenuManager* m_contextMenuManager; UIActionHandler m_actionHandler; |
