mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 09:58:32 +00:00
parent
9dd8bfef28
commit
02b33c668b
|
@ -1870,6 +1870,8 @@ oxr_session_destroy(struct oxr_logger *log, struct oxr_handle_base *hb)
|
||||||
u_hashmap_int_destroy(&sess->act_sets_attachments_by_key);
|
u_hashmap_int_destroy(&sess->act_sets_attachments_by_key);
|
||||||
u_hashmap_int_destroy(&sess->act_attachments_by_key);
|
u_hashmap_int_destroy(&sess->act_attachments_by_key);
|
||||||
|
|
||||||
|
xrt_comp_destroy(&sess->compositor);
|
||||||
|
|
||||||
free(sess);
|
free(sess);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue