mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 13:55:06 +00:00
Kernel: Mark FinalizerTask::spawn() as UNMAP_AFTER_INIT
This commit is contained in:
parent
c8b6bd4b97
commit
83841e47e5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue