mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Revert "nettimeprovider: Remove dead code"
This reverts commit 9649cd4ca1
.
This is not right, and it's also not what coverity
is complaining about.
This commit is contained in:
parent
af6fd4f5bb
commit
0735c052e1
1 changed files with 3 additions and 0 deletions
|
@ -209,6 +209,9 @@ gst_net_time_provider_thread (gpointer data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (err != NULL)
|
||||||
|
g_error_free (err);
|
||||||
|
|
||||||
GST_INFO_OBJECT (self, "time provider thread is stopping");
|
GST_INFO_OBJECT (self, "time provider thread is stopping");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue