Fix one more use after free vector

This commit is contained in:
Seth Hillbrand
2026-03-19 13:28:34 -07:00
parent b9b7cec920
commit d342761fa0
+1
View File
@@ -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()