summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-02-22 12:04:15 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-02-22 12:04:15 +0000
commit6ff11d0bc0d312f03a269802109cd79509d77bc9 (patch)
tree28ea333454a6b6a3a251782110b909c07cb97e8c
parent3b9710a1da22b24e4dd5046fe9291beb60fd3cc5 (diff)
downloadgst-plugins-bad-6ff11d0bc0d312f03a269802109cd79509d77bc9.tar.gz
gst-plugins-bad-6ff11d0bc0d312f03a269802109cd79509d77bc9.tar.bz2
gst-plugins-bad-6ff11d0bc0d312f03a269802109cd79509d77bc9.zip
ext/gdk_pixbuf/pixbufscale.c: Don't leak caps string (fixes #168134)
Original commit message from CVS: * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link): Don't leak caps string (fixes #168134) * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init), (gst_jpegenc_init), (gst_jpegenc_finalize), (gst_jpegenc_change_state): Don't leak line buffers and context struct (fixes #168133).
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b4023c3..c620dcc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-02-22 Luca Ognibene <luogni@tin.it>
+
+ Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
+ Don't leak caps string (fixes #168134)
+
+ * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
+ (gst_jpegenc_init), (gst_jpegenc_finalize),
+ (gst_jpegenc_change_state):
+ Don't leak line buffers and context struct (fixes #168133).
+
2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac: