projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fc20cd
)
Fix missing unref of nice-agent causing sockets to never close.
70/275070/1
accepted/tizen_6.5_unified
tizen_6.5
accepted/tizen/6.5/unified/20220518.034343
submit/tizen_6.5/20220516.104230
author
Frederich Munch
<colsebas@hotmail.com>
Thu, 4 Mar 2021 08:41:09 +0000
(
00:41
-0800)
committer
Sangchul Lee
<sc11.lee@samsung.com>
Mon, 16 May 2022 08:45:53 +0000
(17:45 +0900)
Change-Id: I2ec7c1c67477eac8ccd08471c95d6aa02648e926
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1960>
ext/webrtc/nicetransport.c
patch
|
blob
|
history
diff --git
a/ext/webrtc/nicetransport.c
b/ext/webrtc/nicetransport.c
index ebd08793e51ea48cb32e5fca23996233292f8179..5348cc79ba9ce021aecd2becf482895d12e1e6db 100644
(file)
--- a/
ext/webrtc/nicetransport.c
+++ b/
ext/webrtc/nicetransport.c
@@
-208,6
+208,7
@@
gst_webrtc_nice_transport_update_buffer_size (GstWebRTCNiceTransport * nice)
#endif
}
g_ptr_array_unref (sockets);
+ g_object_unref (agent);
}