gst/gstcaps.c: Thou shalt not free a structure and then continue using it in the...
authorTim-Philipp Müller <tim@centricular.net>
Thu, 29 Sep 2005 10:56:57 +0000 (10:56 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 29 Sep 2005 10:56:57 +0000 (10:56 +0000)
commit356893d5f88d8551e0a0f5d87eb867f42aea426e
treef318b7d6b3dd1df7a4f31f1eda5fb85d14326ff9
parent5178234ef5d5f99b85a200c4aed38fb45e9dbee1
gst/gstcaps.c: Thou shalt not free a structure and then continue using it in the next loop iteration.

Original commit message from CVS:
* gst/gstcaps.c: (gst_caps_do_simplify):
Thou shalt not free a structure and then continue using it
in the next loop iteration.
* check/gst/gstcaps.c: (check_fourcc_list), (test_simplify),
(gst_caps_suite):
Add test case for caps simplification.
ChangeLog
check/gst/gstcaps.c
gst/gstcaps.c
tests/check/gst/gstcaps.c