Changeset 3aa24ae8 in mainline for kernel/generic/src/proc/program.c

Timestamp:
2018-11-22T17:36:48Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Parents:
ca21f1e2
Message:

Fix endpoint reference counting

After commit 498ced1, an endpoint is created with an implicit reference.
Adding an extra reference for creation thus adds a reference that will
never be dropped and the endpoint will be leaked.

This commit removes the extra reference.

(No files)

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