diff --git a/gst/tcp/gstmultifdsink.c b/gst/tcp/gstmultifdsink.c index a381cabcf7..e9a8611308 100644 --- a/gst/tcp/gstmultifdsink.c +++ b/gst/tcp/gstmultifdsink.c @@ -1454,6 +1454,7 @@ gst_multifdsink_close (GstMultiFdSink * this) fclass->close (this); gst_fdset_free (this->fdset); + this->fdset = NULL; } static GstElementStateReturn