mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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).
This commit is contained in:
parent
1f8d598d04
commit
f2532337d8
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
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:
|
||||
|
|
Loading…
Reference in a new issue