mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
rtsp-client: do not free string passed to take_header
This commit is contained in:
parent
8bf341ad02
commit
c36d6b477c
1 changed files with 0 additions and 1 deletions
|
@ -2852,7 +2852,6 @@ handle_announce_request (GstRTSPClient * client, GstRTSPContext * ctx)
|
|||
gst_rtsp_message_take_header (ctx->response, GST_RTSP_HDR_KEYMGMT, keymgmt);
|
||||
|
||||
g_free (location);
|
||||
g_free (keymgmt);
|
||||
}
|
||||
|
||||
/* we suspend after the announce */
|
||||
|
|
Loading…
Reference in a new issue