quartz: Fix bug in transmitting messages further.

This commit is contained in:
Maarten Lankhorst 2008-03-19 17:41:15 -07:00 committed by Alexandre Julliard
parent d664c276df
commit 3c9e2263ee
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}