mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +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
3b9710a1da
commit
6ff11d0bc0
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>
|
2005-02-21 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
Loading…
Reference in a new issue