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
@ -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…
x
Reference in New Issue
Block a user