Commit f585ed64 authored by Damien Fouilleul's avatar Damien Fouilleul

activex: release baseURL string

parent 1828267a
...@@ -302,6 +302,7 @@ VLCPlugin::~VLCPlugin() ...@@ -302,6 +302,7 @@ VLCPlugin::~VLCPlugin()
_p_pict->Release(); _p_pict->Release();
SysFreeString(_bstr_mrl); SysFreeString(_bstr_mrl);
SysFreeString(_bstr_baseurl);
_p_class->Release(); _p_class->Release();
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment