stream: transports must already have been removed

This commit is contained in:
Wim Taymans 2012-10-26 17:29:30 +02:00
parent 6f7d755894
commit 6a838fd5c8

View file

@ -74,8 +74,6 @@ gst_rtsp_stream_finalize (GObject * obj)
gst_object_unref (stream->payloader);
gst_object_unref (stream->srcpad);
g_list_free (stream->transports);
G_OBJECT_CLASS (gst_rtsp_stream_parent_class)->finalize (obj);
}