mscms: Fix famous typo in HeapFree call.

This commit is contained in:
Hans Leidekker 2006-06-19 16:17:06 +02:00 committed by Alexandre Julliard
parent b432e11927
commit 6831c8dfcb

View file

@ -1257,7 +1257,7 @@ HPROFILE WINAPI OpenColorProfileW( PPROFILE profile, DWORD access, DWORD sharing
ERR( "Unable to read color profile\n" );
CloseHandle( handle );
HeapFree( GetProcessHeap, 0, iccprofile );
HeapFree( GetProcessHeap(), 0, iccprofile );
return NULL;
}