mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: fix memory leak of properties
This commit is contained in:
parent
a65a58d1a0
commit
ed46324872
1 changed files with 1 additions and 0 deletions
|
|
@ -1083,6 +1083,7 @@ static void proxy_destroy(void *data)
|
||||||
struct global *g = data;
|
struct global *g = data;
|
||||||
spa_list_remove(&g->link);
|
spa_list_remove(&g->link);
|
||||||
g->proxy = NULL;
|
g->proxy = NULL;
|
||||||
|
pw_properties_free(g->props);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct pw_proxy_events proxy_events = {
|
static const struct pw_proxy_events proxy_events = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue