mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
wayland/registry.c: free() registry at registry_teardown
This commit is contained in:
parent
be6c18df94
commit
6063fed8b7
@ -258,4 +258,5 @@ void registry_teardown(struct registry *registry) {
|
||||
if (registry->outputs) {
|
||||
free_flat_list(registry->outputs);
|
||||
}
|
||||
free(registry);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user