Ignore:
Timestamp:
2018-11-04T10:32:42Z (5 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
da75af4
Parents:
aab5e46
Message:

Do not answer call twice

Answering the same call handle twice is an error because the call handle
might have been allocated for another call in a different fibril.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/compositor/compositor.c

    raab5e46 r790f3a3  
    10261026
    10271027                        if (!IPC_GET_IMETHOD(call)) {
    1028                                 async_answer_0(&call, EOK);
    10291028                                comp_window_close(win, &call);
    10301029                                window_destroy(win);
Note: See TracChangeset for help on using the changeset viewer.