Changeset 203b80c in mainline for uspace/drv/bus/usb/usbmid/usbmid.c

Timestamp:
2018-01-29T00:55:34Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
702729e
Parents:
4c3fef4
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-29 00:55:32)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-29 00:55:34)
Message:

libdrv: fix leaking ddf_dev_t reference

Even though the permanent reference held by the device being added is
dropped correctly, the temporary reference added by remove/gone is not.
That caused leaking devices and parent sessions along with them (which
is the way we discovered it).

(No files)

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