[gstreamer-bugs] [Bug 624770] rtspsrc memory leak in gst_rtspsrc_handle_request

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 26 07:09:49 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=624770
  GStreamer | gst-plugins-good | 0.10.25

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
            Version|0.10.16                     |0.10.25
         Resolution|                            |FIXED

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-07-26 14:09:48 UTC ---
Please provide a real name (so that we can properly credit your work) for
future (bigger) patches. Thanks! 

commit 8696d10a5befc5bf67abd0f26576c080dc99f851
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Mon Jul 26 15:31:16 2010 +0200

    rtspsrc: fix memory leak in server request reply

    The RTSP server rtspsrc is communicating with, sends a GET_PARAMETER
request
    periodically as a ping.  The code in gst_rtspsrc_handle_request forms an OK
    response and sends, but doesn't call gst_rtsp_message_unset to free the
memory
    after sending the response.  This results in a constant slow memory leak.

    Fixes #624770

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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