Changeset 359d96f in mainline for uspace/drv/bus/usb/usbmid/explore.c


Ignore:
Timestamp:
2011-10-13T21:22:55Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
229629d
Parents:
05a119b
Message:

usbmid: Fix memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmid/explore.c

    r05a119b r359d96f  
    174174        rc = ddf_fun_bind(ctl_fun);
    175175        if (rc != EOK) {
     176                ddf_fun_destroy(ctl_fun);
    176177                usb_log_error("Failed to bind control function: %s.\n",
    177178                    str_error(rc));
Note: See TracChangeset for help on using the changeset viewer.