- Fixed the freeing of memory from boot load drivers.
[reactos.git] / reactos / ntoskrnl / nt / ntevent.c
index 47ad43b..6929278 100644 (file)
@@ -70,7 +70,7 @@ NtpCreateEvent(PVOID ObjectBody,
 }
 
 
-VOID
+VOID INIT_FUNCTION
 NtInitializeEventImplementation(VOID)
 {
    ExEventObjectType = ExAllocatePool(NonPagedPool,sizeof(OBJECT_TYPE));