mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
wayland/registry.c: free() registry at registry_teardown
This commit is contained in:
parent
be6c18df94
commit
6063fed8b7
1 changed files with 1 additions and 0 deletions
|
@ -258,4 +258,5 @@ void registry_teardown(struct registry *registry) {
|
|||
if (registry->outputs) {
|
||||
free_flat_list(registry->outputs);
|
||||
}
|
||||
free(registry);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue