diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-18 15:08:22 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-18 15:08:22 +0000 |
commit | 6e824a1c11dfb57ea349bfc6e7e6a002fc406c48 (patch) | |
tree | c1a72d9a9b05e5f27aaf5396acf0826202a2d60a | |
parent | 0b2661dc8b8d6ce33882b3fd6d1fdc6ec1a276fa (diff) | |
download | gst-plugins-bad-6e824a1c11dfb57ea349bfc6e7e6a002fc406c48.tar.gz gst-plugins-bad-6e824a1c11dfb57ea349bfc6e7e6a002fc406c48.tar.bz2 gst-plugins-bad-6e824a1c11dfb57ea349bfc6e7e6a002fc406c48.zip |
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.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/playback/gststreaminfo.c: (gst_stream_info_dispose): + Elements may already be destroyed when this function is called. + +2005-01-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds): More memory leak fixes (#149162). |