summaryrefslogtreecommitdiff
path: root/ext/cdio
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-11 22:46:47 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-11 22:46:47 +0000
commitae57923362883fc44f29464a22c2c2afeda72e8e (patch)
treeb089ba42f52fc9538c8c2d98f15bcec0a27f7d42 /ext/cdio
parent73e2b0c311eca7e9eb2d36ef1a5ff1c9b70a1d06 (diff)
downloadgstreamer-plugins-ugly-ae57923362883fc44f29464a22c2c2afeda72e8e.tar.gz
ext/cdio/gstcdiocddasrc.c: Remove g_assert that shouldn't be there.
Original commit message from CVS: * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close): Remove g_assert that shouldn't be there.
Diffstat (limited to 'ext/cdio')
-rw-r--r--ext/cdio/gstcdiocddasrc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/cdio/gstcdiocddasrc.c b/ext/cdio/gstcdiocddasrc.c
index cf83656d..c2269983 100644
--- a/ext/cdio/gstcdiocddasrc.c
+++ b/ext/cdio/gstcdiocddasrc.c
@@ -318,8 +318,6 @@ gst_cdio_cdda_src_close (GstCddaBaseSrc * cddabasesrc)
{
GstCdioCddaSrc *src = GST_CDIO_CDDA_SRC (cddabasesrc);
- g_assert (src->cdio != NULL);
-
if (src->cdio) {
cdio_destroy (src->cdio);
src->cdio = NULL;