From: Ronald S. Bultje Date: Tue, 18 Jan 2005 15:08:22 +0000 (+0000) Subject: gst/playback/gststreaminfo.c: Elements may already be destroyed when this function... X-Git-Tag: 1.19.3~505^2~2526 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=479836c15086ecbba198c0f31de2a18a47f6648d;p=platform%2Fupstream%2Fgstreamer.git gst/playback/gststreaminfo.c: Elements may already be destroyed when this function is called. Original commit message from CVS: * gst/playback/gststreaminfo.c: (gst_stream_info_dispose): Elements may already be destroyed when this function is called. --- diff --git a/ChangeLog b/ChangeLog index 3eb097e..40ad0cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-01-18 Ronald S. Bultje + * gst/playback/gststreaminfo.c: (gst_stream_info_dispose): + Elements may already be destroyed when this function is called. + +2005-01-18 Ronald S. Bultje + * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds): More memory leak fixes (#149162).