Changeset 4e7b0ad in mainline for uspace/srv/hid/display/test/cursor.c
- Timestamp:
- 2022-12-20T17:47:39Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9d6f29
- Parents:
- 06176e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/test/cursor.c
r06176e1 r4e7b0ad 1 1 /* 2 * Copyright (c) 202 0Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 117 117 PCUT_ASSERT_TRUE(resp.render_called); 118 118 119 ds_ddev_close(ddev); 119 120 ds_cursor_destroy(cursor); 120 121 ds_display_destroy(disp); … … 167 168 PCUT_ASSERT_FALSE(resp.render_called); 168 169 170 ds_ddev_close(ddev); 169 171 ds_cursor_destroy(cursor); 170 172 ds_display_destroy(disp);
Note:
See TracChangeset
for help on using the changeset viewer.