a little NULL never hurt anyone

Original commit message from CVS:
a little NULL never hurt anyone
This commit is contained in:
Thomas Vander Stichele 2004-09-13 05:06:16 +00:00
parent cad19a8d55
commit 6579f69d30

View file

@ -1454,6 +1454,7 @@ gst_multifdsink_close (GstMultiFdSink * this)
fclass->close (this);
gst_fdset_free (this->fdset);
this->fdset = NULL;
}
static GstElementStateReturn