diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-27 14:09:18 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-27 14:09:18 +0000 |
| commit | ab8540c17d9f2161ccf6f517e46a6f104b64cb99 (patch) | |
| tree | bf609286b234fb239a8156a2594570cfe39261e6 /ChangeLog | |
| parent | 6de7310b7140b925ff3fa923443d3654588604b8 (diff) | |
ext/gdk_pixbuf/gstgdkpixbuf.c: Fix two crashers: don't unref the same caps twice, and set pixbuf loader to NULL after...
Original commit message from CVS:
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
(gst_gdk_pixbuf_event):
Fix two crashers: don't unref the same caps twice, and
set pixbuf loader to NULL after freeing it.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-03-27 Tim-Philipp Müller <tim at centricular dot net> + + * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush), + (gst_gdk_pixbuf_event): + Fix two crashers: don't unref the same caps twice, and + set pixbuf loader to NULL after freeing it. + 2006-03-27 Wim Taymans <wim@fluendo.com> * ext/speex/gstspeexenc.c: (gst_speexenc_class_init), |
