Original commit message from CVS:
* tests/examples/seek/seek.c:
Fix crasher when playing a parse-launch line the 2nd time.
+2008-06-22 Stefan Kost <ensonic@users.sf.net>
+
+ * tests/examples/seek/seek.c:
+ Fix crasher when playing a parse-launch line the 2nd time.
+
2008-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
* tests/check/pipelines/oggmux.c:
g_list_free (seekable_elements);
seekable_elements = NULL;
+ g_list_free (seekable_pads);
+ seekable_pads = NULL;
+ g_list_free (rate_pads);
+ rate_pads = NULL;
pipeline = pipelines[pipeline_type].func (pipeline_spec);
g_assert (pipeline);