[Bug 761844] rtsp-server: tls client socket leaks when using new main context

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 11 00:10:43 UTC 2016


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

--- Comment #3 from Aleix Conchillo FlaquƩ <aconchillo at gmail.com> ---
Also, this is from valgrind with --track-fds=yes.

It is from my application but it shows where the socket leak comes from.

==29769== Open AF_INET socket 16: 127.0.0.1:8554 <-> unbound
==29769==    at 0x566E05D: ??? (syscall-template.S:81)
==29769==    by 0x7A6FD0F: g_socket_accept (gsocket.c:2258)
==29769==    by 0x74B46DE: gst_rtsp_connection_accept (gstrtspconnection.c:446)
==29769==    by 0x728CFC6: gst_rtsp_server_io_func (rtsp-server.c:1169)
==29769==    by 0x7A6DD70: socket_source_dispatch (gsocket.c:3284)
==29769==    by 0x8036B19: g_main_dispatch (gmain.c:3154)
==29769==    by 0x8036B19: g_main_context_dispatch (gmain.c:3769)
==29769==    by 0x8036EDF: g_main_context_iterate.isra.29 (gmain.c:3840)
==29769==    by 0x8037201: g_main_loop_run (gmain.c:4034)
==29769==    by 0x4E9CD29: thread_func(void*) (XXXXXXXX.C:374)
==29769==    by 0x56656A9: start_thread (pthread_create.c:333)
==29769==    by 0x5982EEC: clone (clone.S:109)
==29769==

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