Changeset 0bd66f5 in mainline


Ignore:
Timestamp:
2018-10-07T17:22:01Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
30785f1
Parents:
df8eaba
Message:

Do not call ddf_fun_destroy() on bound functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/hid/xtkbd/xtkbd.c

    rdf8eaba r0bd66f5  
    442442                goto error;
    443443        }
     444        bound = true;
    444445
    445446        rc = ddf_fun_add_to_category(kbd->kbd_fun, "keyboard");
Note: See TracChangeset for help on using the changeset viewer.