Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2011-07-15 23:12:24 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-07-15 23:12:24 +0400
commit3c1126abc9b6383dce31adb36f7fe0a03cd12ca9 (patch)
tree2d75bf652ee57acdd652f9c195b36e4c97a075ae /demuxer
parentdf3b3ab2c1105e8e3b626692e4d84c0616f5eb81 (diff)
Release the IGraphRebuildDelegate reference when we're done with it
Diffstat (limited to 'demuxer')
-rw-r--r--demuxer/LAVSplitter/LAVSplitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demuxer/LAVSplitter/LAVSplitter.cpp b/demuxer/LAVSplitter/LAVSplitter.cpp
index 7a3dca5c..e6027cdf 100644
--- a/demuxer/LAVSplitter/LAVSplitter.cpp
+++ b/demuxer/LAVSplitter/LAVSplitter.cpp
@@ -918,6 +918,7 @@ STDMETHODIMP CLAVSplitter::RenameOutputPin(DWORD TrackNumSrc, DWORD TrackNumDst,
CMediaType *mt = new CMediaType(pmts[mtIdx]);
pPin->SendMediaType(mt);
}
+ SafeRelease(&pDelegate);
if (SUCCEEDED(hr)) {
goto resumegraph;