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 a new issue