mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
stream: transports must already have been removed
This commit is contained in:
parent
6f7d755894
commit
6a838fd5c8
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue