syscall: add missing call to put_current_task
This commit is contained in:
@@ -436,6 +436,7 @@ kern_status_t sys_thread_config_set(
|
||||
status = thread_config_set(thread, key, ptr, len);
|
||||
|
||||
object_unref(thread_obj);
|
||||
put_current_task(self);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user