Skip to content
  • Wim Taymans's avatar
    rtspsrc: fix memory leak in server request reply · 8696d10a
    Wim Taymans authored
    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
    8696d10a