Skip to content
Snippets Groups Projects
Commit 2a7ba295 authored by Vineeth TM's avatar Vineeth TM Committed by Tim-Philipp Müller
Browse files

multiudpsink: fix GError memory leak when hostname resolution fails

https://bugzilla.gnome.org/show_bug.cgi?id=754869
parent f9c7dc27
No related branches found
No related tags found
Loading
......@@ -482,6 +482,7 @@ gst_udp_client_new (GstMultiUDPSink * sink, const gchar * host, gint port)
name_resolve:
{
g_clear_error (&err);
g_object_unref (resolver);
return 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