Ignore:
File:
1 edited

Legend:

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

    r62018a0 r4e7b0ad  
    11/*
    2  * Copyright (c) 2020 Jiri Svoboda
     2 * Copyright (c) 2022 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    117117        PCUT_ASSERT_TRUE(resp.render_called);
    118118
     119        ds_ddev_close(ddev);
    119120        ds_cursor_destroy(cursor);
    120121        ds_display_destroy(disp);
     
    167168        PCUT_ASSERT_FALSE(resp.render_called);
    168169
     170        ds_ddev_close(ddev);
    169171        ds_cursor_destroy(cursor);
    170172        ds_display_destroy(disp);
Note: See TracChangeset for help on using the changeset viewer.