From d342761fa09b0bf1fa0a41d35de7ca429d8f3898 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Thu, 19 Mar 2026 13:28:34 -0700 Subject: [PATCH] Fix one more use after free vector --- common/widgets/webview_panel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/widgets/webview_panel.cpp b/common/widgets/webview_panel.cpp index 14dc20ba0d..de72205d18 100644 --- a/common/widgets/webview_panel.cpp +++ b/common/widgets/webview_panel.cpp @@ -107,6 +107,7 @@ WEBVIEW_PANEL::WEBVIEW_PANEL( wxWindow* aParent, wxWindowID aId, const wxPoint& WEBVIEW_PANEL::~WEBVIEW_PANEL() { + m_initRetryTimer.Stop(); } void WEBVIEW_PANEL::BindLoadedEvent()