Skip to content
Snippets Groups Projects
Commit 3c9e2263 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard
Browse files

quartz: Fix bug in transmitting messages further.

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