summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/kernel/KernelKit/BinaryMutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/BinaryMutex.h b/dev/kernel/KernelKit/BinaryMutex.h
index 4a192bdd..f2c15af0 100644
--- a/dev/kernel/KernelKit/BinaryMutex.h
+++ b/dev/kernel/KernelKit/BinaryMutex.h
@@ -34,6 +34,6 @@ class BinaryMutex final {
NE_COPY_DEFAULT(BinaryMutex)
private:
- USER_PROCESS* fLockingProcess;
+ USER_PROCESS* fLockingProcess{nullptr};
};
} // namespace Kernel