Changeset 13d20e5 in mainline


Ignore:
Timestamp:
2020-12-10T10:17:46Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1762ceb
Parents:
25f26600
git-author:
Jiri Svoboda <jiri@…> (2020-12-09 18:17:00)
git-committer:
Jiri Svoboda <jiri@…> (2020-12-10 10:17:46)
Message:

No need to separately remove window from client in disp_window_destroy

This is already handled in ds_window_destroy().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/dsops.c

    r25f26600 r13d20e5  
    118118
    119119        log_msg(LOG_DEFAULT, LVL_DEBUG, "disp_window_destroy()");
    120         ds_client_remove_window(wnd);
    121120        ds_window_destroy(wnd);
    122121        ds_display_unlock(client->display);
Note: See TracChangeset for help on using the changeset viewer.