[Bug 755632] Memory leak in handle_setup_request

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 28 06:51:59 PDT 2015


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

--- Comment #3 from Nikita Bobkov <NikitaDBobkov at gmail.com> ---
I have restricted the list of supported transports of RTSP media factory to TCP
only so RTSP client tries UDP first, gets an error and then retries TCP. I
found that find_media refs media object each time it is called but it is not
always unrefed later on. GST_TRACE=mem-live highlights the leak.

Which test fails? tests\check\gst\client.c passes. At least in 1.4.5 with my
patch. And after I bound socket (g_socket_bind) before passing it to
gst_rtsp_connection_create_from_socket... Have I just found another bug?

I have to work with code commited to our SVN server so using Git just to create
a single patch doesn't seem very convenient for me. Is it alright if I'll
continue using svn diff for patches? If Git complains GNU patch should probably
accept them without problems.

I tried 1.6.0 windows binaries but my application failed to run at all. It
complains about appsrc element being missing. gst-inspect-1.0 doesn't see it
either. libgstapp.dll is also not present in lib\gstreamer-1.0. Is it supposed
to be like this?

-- 
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