Changeset f8b69a1e in mainline for kernel/generic/src/proc/task.c

Timestamp:
2024-01-28T17:00:50Z (12 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
74cb6610
Parents:
07d4271
Message:

Fix a reference leak introduced by previous commit

Oddly, prior to the previous commit, task_create() was returning an object
with 0 references, probably for historical reasons related to the refcount
doubling as a thread counter. I originally didn't notice this, and "accidentally"
made the refcount behave as a refcount should, hence the leak.

(No files)

Note: See TracChangeset for help on using the changeset viewer.