Ignore:
File:
1 edited

Legend:

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

    r4e7b0ad r62018a0  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2020 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    117117        PCUT_ASSERT_TRUE(resp.render_called);
    118118
    119         ds_ddev_close(ddev);
    120119        ds_cursor_destroy(cursor);
    121120        ds_display_destroy(disp);
     
    168167        PCUT_ASSERT_FALSE(resp.render_called);
    169168
    170         ds_ddev_close(ddev);
    171169        ds_cursor_destroy(cursor);
    172170        ds_display_destroy(disp);
Note: See TracChangeset for help on using the changeset viewer.