Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
5c2aa699
Commit
5c2aa699
authored
17 years ago
by
damienf
Browse files
Options
Downloads
Patches
Plain Diff
activex: forwardport [23112]
parent
d79c664c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
activex/plugin.cpp
+6
-0
6 additions, 0 deletions
activex/plugin.cpp
with
6 additions
and
0 deletions
activex/plugin.cpp
+
6
−
0
View file @
5c2aa699
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment