rtspsrc: fix memory leak
authorArnout Vandecappelle <arnout@mind.be>
Tue, 8 Sep 2009 11:30:29 +0000 (13:30 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 8 Sep 2009 11:30:29 +0000 (13:30 +0200)
commit19455200b17f400f14a29c9b49adadde2c9fd246
treec9b5cc5167ed66b1656e7bc15cb1711840e81617
parent8f3299c5474530d0a0b353160816d5b841b5d7cb
rtspsrc: fix memory leak

In gst_rtspsrc_parse_digest_challenge(), rtspsrc does a g_strndup of the auth
header items and then passes them to gst_rtsp_connection_set_auth_param()
without freeing.

Fixes #594133
gst/rtsp/gstrtspsrc.c