mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
Kernel: Mark FinalizerTask::spawn() as UNMAP_AFTER_INIT
This commit is contained in:
committed by
Andreas Kling
parent
c8b6bd4b97
commit
83841e47e5
@@ -20,7 +20,7 @@ static void finalizer_task(void*)
|
||||
}
|
||||
};
|
||||
|
||||
void FinalizerTask::spawn()
|
||||
UNMAP_AFTER_INIT void FinalizerTask::spawn()
|
||||
{
|
||||
RefPtr<Thread> finalizer_thread;
|
||||
auto finalizer_process = Process::create_kernel_process(finalizer_thread, "FinalizerTask", finalizer_task, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user