rtspsrc: fix memory leak in server request reply
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 26 Jul 2010 13:31:16 +0000 (15:31 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 26 Jul 2010 13:33:44 +0000 (15:33 +0200)
commit8696d10a5befc5bf67abd0f26576c080dc99f851
tree1c8ffe4fcf0551c204b4177ee7ce7fa81c31f198
parentc00cd43e8bc1ec6f87e82f81c7cbd84426b73056
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
gst/rtsp/gstrtspsrc.c