Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
common
Commits
9b2a1d67
Commit
9b2a1d67
authored
Jan 12, 2019
by
Seungha Yang
🐑
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gst.supp: Ignore gst_tag_register_static leak
Need to ignore leak of system-wide once allocated memory.
parent
59cb6781
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
gst.supp
gst.supp
+11
-0
No files found.
gst.supp
View file @
9b2a1d67
...
...
@@ -1390,6 +1390,17 @@
fun:_gst_tag_initialize
}
# system-wide tags
# these tags are registered once
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:*alloc
...
fun:gst_tag_register_static
}
# system-wide type classes that we keep referenced
{
...
...
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