summaryrefslogtreecommitdiff
path: root/SharedGraphics/GraphicsBitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'SharedGraphics/GraphicsBitmap.h')
-rw-r--r--SharedGraphics/GraphicsBitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SharedGraphics/GraphicsBitmap.h b/SharedGraphics/GraphicsBitmap.h
index a0796f92a4..de3f934ad2 100644
--- a/SharedGraphics/GraphicsBitmap.h
+++ b/SharedGraphics/GraphicsBitmap.h
@@ -43,7 +43,7 @@ private:
size_t m_pitch { 0 };
#ifdef KERNEL
- Process* m_client_process { nullptr };
+ WeakPtr<Process> m_client_process;
Region* m_client_region { nullptr };
Region* m_server_region { nullptr };
#endif