mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
Fix build
svn path=/trunk/; revision=20431
This commit is contained in:
parent
d71e6cd026
commit
c3366b8062
1 changed files with 4 additions and 1 deletions
|
@ -122,7 +122,7 @@ KeStartProfile(PKPROFILE Profile,
|
|||
if (!FreeBuffer) ExFreePool(SourceBuffer);
|
||||
}
|
||||
|
||||
VOID
|
||||
BOOLEAN
|
||||
STDCALL
|
||||
KeStopProfile(PKPROFILE Profile)
|
||||
{
|
||||
|
@ -161,6 +161,9 @@ KeStopProfile(PKPROFILE Profile)
|
|||
|
||||
/* Free the Source Object */
|
||||
if (CurrentSource) ExFreePool(CurrentSource);
|
||||
|
||||
/* FIXME */
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
ULONG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue