Skip to content
Snippets Groups Projects
Commit 1f82868e authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

remote-pipewire: do not leak the GSource

parent 1e6c7488
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment