Skip to content
Snippets Groups Projects
Commit 5c2aa699 authored by damienf's avatar damienf
Browse files

activex: forwardport [23112]

parent d79c664c
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,12 @@ VLCPlugin::VLCPlugin(VLCPluginClass *p_class, LPUNKNOWN pUnkOuter) :
VLCPlugin::~VLCPlugin()
{
/*
** bump refcount to avoid recursive release from
** following interfaces when releasing this interface
*/
AddRef();
delete vlcSupportErrorInfo;
delete vlcOleObject;
delete vlcDataObject;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment