Commit 5c2aa699 authored by Damien Fouilleul's avatar Damien Fouilleul

activex: forwardport [23112]

parent d79c664c
...@@ -238,6 +238,12 @@ VLCPlugin::VLCPlugin(VLCPluginClass *p_class, LPUNKNOWN pUnkOuter) : ...@@ -238,6 +238,12 @@ VLCPlugin::VLCPlugin(VLCPluginClass *p_class, LPUNKNOWN pUnkOuter) :
VLCPlugin::~VLCPlugin() VLCPlugin::~VLCPlugin()
{ {
/*
** bump refcount to avoid recursive release from
** following interfaces when releasing this interface
*/
AddRef();
delete vlcSupportErrorInfo; delete vlcSupportErrorInfo;
delete vlcOleObject; delete vlcOleObject;
delete vlcDataObject; delete vlcDataObject;
......
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