From 40e32bca6c12a7068cded7cf5a39381e78b1b6b1 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Tue, 8 Mar 2005 21:05:39 +0000 Subject: [PATCH] Fix crash when using a proxy (m_protocol already gets cleaned up via CleanData()) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/url.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/url.cpp b/src/common/url.cpp index a78708b6ee..9686971ff9 100644 --- a/src/common/url.cpp +++ b/src/common/url.cpp @@ -162,9 +162,6 @@ bool wxURL::ParseURL() #if wxUSE_PROTOCOL_HTTP if (m_useProxy) { - // destroy the previously created protocol as we'll be using m_proxy - delete m_protocol; - // Third, we rebuild the URL. m_url = m_scheme + wxT(":"); if (m_protoinfo->m_needhost) -- 2.47.2