GNOME Bugzilla – Bug 594133
[rtspsrc] leaks authentication info
Last modified: 2009-09-08 11:31:32 UTC
Created attachment 142471 [details] [review] patch leak in gstrtspsrc 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. Patch attached.
commit 19455200b17f400f14a29c9b49adadde2c9fd246 Author: Arnout Vandecappelle <arnout@mind.be> Date: Tue Sep 8 13:30:29 2009 +0200 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