mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
- Implement FreeContextBuffer
svn path=/trunk/; revision=38463
This commit is contained in:
parent
af929be7de
commit
bba74c7731
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ FreeContextBuffer (
|
|||
PVOID pvoid
|
||||
)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
HeapFree(GetProcessHeap(), 0, pvoid);
|
||||
return SEC_E_OK;
|
||||
}
|
||||
|
||||
SECURITY_STATUS
|
||||
|
|
Loading…
Reference in a new issue