mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-09 07:28:41 +02:00
remote-pipewire: do not leak the GSource
This commit is contained in:
parent
1e6c7488bd
commit
1f82868e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ static gboolean
|
|||
wp_remote_pipewire_connect (WpRemote *remote)
|
||||
{
|
||||
WpRemotePipewire *self = WP_REMOTE_PIPEWIRE (remote);
|
||||
GSource *source;
|
||||
g_autoptr (GSource) source;
|
||||
|
||||
source = g_idle_source_new ();
|
||||
g_source_set_callback (source, (GSourceFunc) connect_in_idle, self, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue