rtsp: Don't leak authorization string
This commit is contained in:
parent
010b9547d3
commit
fb4856c839
@ -1232,6 +1232,8 @@ gst_rtsp_auth_credentials_free (GstRTSPAuthCredential ** credentials)
|
||||
}
|
||||
g_free ((*p)->params);
|
||||
}
|
||||
if ((*p)->authorization)
|
||||
g_free ((*p)->authorization);
|
||||
g_free (*p);
|
||||
p++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user