Changeset e199ab3 in mainline for uspace/srv/devman/drv_conn.c

Timestamp:
2018-11-27T16:51:11Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c483fca
Parents:
9df0f64
git-author:
Jakub Jermar <jakub@…> (2018-11-22 17:36:48)
git-committer:
Jakub Jermar <jakub@…> (2018-11-27 16:51:11)
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.