- Implement FreeContextBuffer

svn path=/trunk/; revision=38463
This commit is contained in:
Dmitry Chapyshev 2008-12-30 08:29:46 +00:00
parent af929be7de
commit bba74c7731

View file

@ -98,8 +98,8 @@ FreeContextBuffer (
PVOID pvoid PVOID pvoid
) )
{ {
UNIMPLEMENTED; HeapFree(GetProcessHeap(), 0, pvoid);
return ERROR_CALL_NOT_IMPLEMENTED; return SEC_E_OK;
} }
SECURITY_STATUS SECURITY_STATUS