Ignore:
Timestamp:
2019-11-06T13:23:59Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
959b7ec
Parents:
b2d1df3
git-author:
Jiri Svoboda <jiri@…> (2019-10-03 18:23:56)
git-committer:
Jiri Svoboda <jiri@…> (2019-11-06 13:23:59)
Message:

ds_window_delete should be ds_window_destroy

File:
1 edited

Legend:

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

    rb2d1df3 r648e2ac  
    124124        PCUT_ASSERT_NULL(wnd);
    125125
    126         ds_window_delete(w0);
    127         ds_window_delete(w1);
     126        ds_window_destroy(w0);
     127        ds_window_destroy(w1);
    128128        ds_client_destroy(client);
    129129        ds_display_destroy(disp);
     
    160160        PCUT_ASSERT_TRUE(called_cb);
    161161
    162         ds_window_delete(wnd);
     162        ds_window_destroy(wnd);
    163163        ds_client_destroy(client);
    164164        ds_display_destroy(disp);
Note: See TracChangeset for help on using the changeset viewer.