alsa: fix memory leak of properties

This commit is contained in:
Thomas Weißschuh 2023-01-01 02:00:36 +00:00
parent a65a58d1a0
commit ed46324872

View file

@ -1083,6 +1083,7 @@ static void proxy_destroy(void *data)
struct global *g = data;
spa_list_remove(&g->link);
g->proxy = NULL;
pw_properties_free(g->props);
}
static const struct pw_proxy_events proxy_events = {