projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5d82b
)
rtsp-client: free transport on no_stream in SETUP handler
author
David Svensson Fors
<davidsf@axis.com>
Tue, 12 Jun 2012 12:45:39 +0000
(14:45 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 14 Jun 2012 08:14:06 +0000
(10:14 +0200)
gst/rtsp-server/rtsp-client.c
patch
|
blob
|
history
diff --git
a/gst/rtsp-server/rtsp-client.c
b/gst/rtsp-server/rtsp-client.c
index 49ad173c14a50417a55f9241da5d9fd403e8947f..0c631084c1fb16b1fc4291ae8bbe07edf520a607 100644
(file)
--- a/
gst/rtsp-server/rtsp-client.c
+++ b/
gst/rtsp-server/rtsp-client.c
@@
-1018,6
+1018,7
@@
no_stream:
{
send_generic_response (client, GST_RTSP_STS_NOT_FOUND, state);
g_object_unref (session);
+ gst_rtsp_transport_free (ct);
return FALSE;
}
no_transport: