Changeset 3b271e3 in mainline


Ignore:
Timestamp:
2011-03-07T17:39:48Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0969e45e, c867a216
Parents:
d473c6b
Message:

Fix IPC phone leakage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/src/ddfiface.c

    rd473c6b r3b271e3  
    8888            IPC_M_USB_GET_HOST_CONTROLLER_HANDLE, &hc_handle);
    8989
     90        async_hangup(parent_phone);
     91
    9092        if (rc != EOK) {
    9193                return rc;
Note: See TracChangeset for help on using the changeset viewer.