Commit 3c9e2263 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

quartz: Fix bug in transmitting messages further.

parent d664c276
...@@ -113,7 +113,7 @@ static HRESULT SendFurther( IPin *from, SendPinFunc fnMiddle, LPVOID arg, SendPi ...@@ -113,7 +113,7 @@ static HRESULT SendFurther( IPin *from, SendPinFunc fnMiddle, LPVOID arg, SendPi
{ {
HRESULT hr_local; HRESULT hr_local;
hr_local = fnMiddle( pin, arg ); hr_local = fnMiddle( connected, arg );
hr_return = updatehres( hr_return, hr_local ); hr_return = updatehres( hr_return, hr_local );
IPin_Release(connected); IPin_Release(connected);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment