mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
sys/xvimage/xvimagesink.c: Fix a memleak reported by Jan Schmidt.
Original commit message from CVS: 2006-03-20 Julien MOUTTE <julien@moutte.net> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_format_from_caps): Fix a memleak reported by Jan Schmidt.
This commit is contained in:
parent
a73e81776d
commit
ec0e8a27f1
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-03-20 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
|
* sys/xvimage/xvimagesink.c:
|
||||||
|
(gst_xvimagesink_get_format_from_caps): Fix a memleak reported
|
||||||
|
by Jan Schmidt.
|
||||||
|
|
||||||
2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
|
2006-03-19 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
|
* gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
|
||||||
|
|
|
@ -1550,6 +1550,7 @@ gst_xvimagesink_get_format_from_caps (GstXvImageSink * xvimagesink,
|
||||||
gst_caps_unref (icaps);
|
gst_caps_unref (icaps);
|
||||||
return format->format;
|
return format->format;
|
||||||
}
|
}
|
||||||
|
gst_caps_unref (icaps);
|
||||||
}
|
}
|
||||||
list = g_list_next (list);
|
list = g_list_next (list);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue