[Bug 790986] udpsink memory leak in gst_multiudpsink_start

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 29 15:56:50 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=790986

--- Comment #3 from Alvaro Margulis <alvaro.margulis at cirpack.com> ---
I fixed it this way:

svn diff
Index: gstmultiudpsink.c
===================================================================
--- gstmultiudpsink.c   (revision 50810)
+++ gstmultiudpsink.c   (working copy)
@@ -1362,6 +1362,7 @@
       }

       g_socket_bind (sink->used_socket, bind_addr, TRUE, &err);
+      g_object_unref (bind_addr);
       if (err != NULL)
         goto bind_error;
     } else {

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list