Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
2a7ba295
Commit
2a7ba295
authored
Sep 11, 2015
by
Vineeth TM
Committed by
Tim-Philipp Müller
Sep 11, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multiudpsink: fix GError memory leak when hostname resolution fails
https://bugzilla.gnome.org/show_bug.cgi?id=754869
parent
f9c7dc27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gst/udp/gstmultiudpsink.c
gst/udp/gstmultiudpsink.c
+1
-0
No files found.
gst/udp/gstmultiudpsink.c
View file @
2a7ba295
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment