From df5916db2f6c17ffec8350e3818bcd2b346ff43f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 14 Feb 2007 17:04:47 +0000 Subject: gst/rtsp/sdpmessage.c: Clear stack allocated SDPMedia struct before calling _init() on it. Original commit message from CVS: * gst/rtsp/sdpmessage.c: (sdp_parse_line): As spotted by: Peter Kjellerstedt : Clear stack allocated SDPMedia struct before calling _init() on it. Clarify this in the docs as well. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c696a0f..f99bdc90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-02-14 Wim Taymans + + * gst/rtsp/sdpmessage.c: (sdp_parse_line): + As spotted by: Peter Kjellerstedt : + Clear stack allocated SDPMedia struct before calling _init() on it. + Clarify this in the docs as well. + 2007-02-14 Jan Schmidt * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset), -- cgit