mscms: Fix famous typo in HeapFree call.
This commit is contained in:
parent
b432e11927
commit
6831c8dfcb
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue