mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
nettimeprovider: Remove dead code
err is always NULL by the point we reach this line COVERITY CID 1037151
This commit is contained in:
parent
b571f3ad7d
commit
9649cd4ca1
1 changed files with 0 additions and 3 deletions
|
@ -209,9 +209,6 @@ 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