syscall: add missing call to put_current_task

This commit is contained in:
2026-04-01 18:37:10 +01:00
parent a0cab068da
commit 6365154b75
+1
View File
@@ -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;
}