mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
client: unref auth in finalize
This commit is contained in:
parent
6915572695
commit
748d044b62
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ gst_rtsp_client_finalize (GObject * obj)
|
|||
g_object_unref (client->session_pool);
|
||||
if (client->media_mapping)
|
||||
g_object_unref (client->media_mapping);
|
||||
if (client->auth)
|
||||
g_object_unref (client->auth);
|
||||
|
||||
if (client->uri)
|
||||
gst_rtsp_url_free (client->uri);
|
||||
|
|
Loading…
Reference in a new issue