Add missing actions in display destructor
commit4e7b0ad8c2c453472fec59e7c0bfc7b56f327abc
authorJiri Svoboda <jiri@wiwaxia>
Tue, 20 Dec 2022 17:47:39 +0000 (20 18:47 +0100)
committerJiri Svoboda <jiri@wiwaxia>
Tue, 20 Dec 2022 17:47:39 +0000 (20 18:47 +0100)
tree126d2db8794a31ae1fc3290be59633768d3a1a46
parent06176e1f247c6c0450877aea38262568fcb8b9d7
Add missing actions in display destructor

We might to actually destroy the other components rather than assert
they have been destroyed. But we shall see when we actually implement
graceful shutdown for this (and any other) server.
uspace/srv/hid/display/display.c
uspace/srv/hid/display/test/cursor.c