Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
clsid2 committed Nov 25, 2024
1 parent e50373c commit 9b37bf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/filters/switcher/AudioSwitcher/StreamSwitcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,9 @@ HRESULT CStreamSwitcherFilter::CompleteConnect(PIN_DIRECTION dir, CBasePin* pPin
delete pInputPin;
return E_FAIL;
}
if (pInputPin == (CStreamSwitcherInputPin*)0x3) { // weird x86 bug
return E_FAIL;
}
m_pInputs.AddTail(pInputPin);
}
}
Expand Down

0 comments on commit 9b37bf5

Please sign in to comment.