Closes #13500
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69316
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
public:
wxWebViewArchiveHandler(const wxString& scheme);
- virtual ~wxWebViewArchiveHandler() {}
+ virtual ~wxWebViewArchiveHandler();
virtual wxFSFile* GetFile(const wxString &uri);
private:
wxFileSystem* m_fileSystem;
m_fileSystem = new wxFileSystem();
}
+wxWebViewArchiveHandler::~wxWebViewArchiveHandler()
+{
+ wxDELETE(m_fileSystem);
+}
+
wxFSFile* wxWebViewArchiveHandler::GetFile(const wxString &uri)
{
//If there is a fragment at the end of the path then we need to strip it