Changeset 5c2aa699ad9a9bbe9ec8a529f3cffc1ca2e620b5

Show
Ignore:
Timestamp:
11/18/07 00:32:42 (10 months ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1195342362 +0000
git-parent:

[d79c664cc49051db85228bd663680bf7e14fa26c]

git-author:
Damien Fouilleul <damienf@videolan.org> 1195342362 +0000
Message:

activex: forwardport [23112]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • activex/plugin.cpp

    r9df6f20 r5c2aa69  
    239239VLCPlugin::~VLCPlugin() 
    240240{ 
     241    /* 
     242    ** bump refcount to avoid recursive release from 
     243    ** following interfaces when releasing this interface 
     244    */ 
     245    AddRef(); 
     246 
    241247    delete vlcSupportErrorInfo; 
    242248    delete vlcOleObject;