pipewire: Fix memleak upon compositor shutdown

This happens when shutting the compositor, and follows-up with the
remoting plug-in.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
(cherry picked from commit aa78da2465)
This commit is contained in:
Marius Vlad 2023-02-16 21:37:07 +02:00
parent eaa777b914
commit 597437a096
1 changed files with 2 additions and 0 deletions

View File

@ -638,6 +638,8 @@ weston_pipewire_destroy(struct wl_listener *l, void *data)
wl_event_source_remove(pipewire->loop_source);
pw_loop_leave(pipewire->loop);
pw_loop_destroy(pipewire->loop);
free(pipewire);
}
static struct weston_pipewire *