Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-plugins-bad
Commits
ddac6ab9
Commit
ddac6ab9
authored
May 07, 2021
by
Jan Alexander Steffens
Committed by
GStreamer Marge Bot
May 07, 2021
Browse files
rist: Plug leak of rtcp_send_addr
Part-of: <
!2225
>
parent
bd2bbade
Pipeline
#315649
waiting for manual action with stages
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gst/rist/gstristsrc.c
View file @
ddac6ab9
...
...
@@ -1238,6 +1238,7 @@ gst_rist_src_finalize (GObject * object)
RistReceiverBond
*
bond
=
g_ptr_array_index
(
src
->
bonds
,
i
);
g_free
(
bond
->
address
);
g_free
(
bond
->
multicast_iface
);
g_clear_object
(
&
bond
->
rtcp_send_addr
);
g_slice_free
(
RistReceiverBond
,
bond
);
}
g_ptr_array_free
(
src
->
bonds
,
TRUE
);
...
...
Tim-Philipp Müller
🐠
@tpm
mentioned in merge request
!2248 (merged)
·
May 14, 2021
mentioned in merge request
!2248 (merged)
mentioned in merge request !2248
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment