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
3d025590
Commit
3d025590
authored
May 07, 2021
by
Jan Alexander Steffens
Committed by
GStreamer Marge Bot
May 07, 2021
Browse files
rtpsrc: Plug leak of rtcp_send_addr
Part-of: <
!2226
>
parent
88d7141b
Pipeline
#315706
waiting for manual action with stages
in 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gst/rtp/gstrtpsrc.c
View file @
3d025590
...
...
@@ -335,6 +335,8 @@ gst_rtp_src_finalize (GObject * gobject)
if
(
self
->
caps
)
gst_caps_unref
(
self
->
caps
);
g_clear_object
(
&
self
->
rtcp_send_addr
);
g_mutex_clear
(
&
self
->
lock
);
G_OBJECT_CLASS
(
parent_class
)
->
finalize
(
gobject
);
}
...
...
Tim-Philipp Müller
🐠
@tpm
mentioned in merge request
!2251 (merged)
·
May 14, 2021
mentioned in merge request
!2251 (merged)
mentioned in merge request !2251
Toggle commit list
Write
Preview
Markdown
is supported
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