mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtsp-auth: fix default token leak
This commit is contained in:
parent
8d4a9f37e5
commit
a547e2b3c8
1 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,8 @@ gst_rtsp_auth_finalize (GObject * obj)
|
|||
g_hash_table_unref (priv->basic);
|
||||
g_hash_table_unref (priv->digest);
|
||||
g_hash_table_unref (priv->nonces);
|
||||
if (priv->default_token)
|
||||
gst_rtsp_token_unref (priv->default_token);
|
||||
g_mutex_clear (&priv->lock);
|
||||
g_free (priv->realm);
|
||||
|
||||
|
|
Loading…
Reference in a new issue