- Fixed the freeing of memory from boot load drivers.
[reactos.git] / reactos / ntoskrnl / nt / mutant.c
index 3e08d72..12c4e4e 100644 (file)
@@ -78,7 +78,7 @@ NtpDeleteMutant(PVOID ObjectBody)
 }
 
 
-VOID
+VOID INIT_FUNCTION
 NtInitializeMutantImplementation(VOID)
 {
   ExMutantObjectType = ExAllocatePool(NonPagedPool,sizeof(OBJECT_TYPE));