Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
1d52e2cc
Commit
1d52e2cc
authored
Jun 12, 2012
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
valgrind.suppressions: GLib 2.32 updates
parent
209aceeb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
12 deletions
+44
-12
valgrind.suppressions
valgrind.suppressions
+44
-12
No files found.
valgrind.suppressions
View file @
1d52e2cc
...
...
@@ -33,23 +33,36 @@
{
g_main_loop_run
Memcheck:Leak
fun:
m
alloc
fun:g_malloc
fun:g_main_context_iterate
fun:
*
alloc
...
fun:g_main_context_iterate
*
fun:g_main_loop_run
}
{
g_
main_loop_run
g_
log
Memcheck:Leak
fun:malloc
fun:realloc
fun:g_realloc
fun:g_ptr_array_maybe_expand
fun:g_ptr_array_add
fun:g_main_context_check
fun:g_main_context_iterate
fun:g_main_loop_run
fun:*alloc
...
fun:g_mutex_lock
fun:g_log_set_default_handler
}
{
g_mutex
Memcheck:Leak
fun:*alloc
...
fun:thread_memory_from_self*
fun:g_slice_*
}
{
g_private
Memcheck:Leak
fun:*alloc
...
fun:g_private_?et
}
{
...
...
@@ -117,6 +130,25 @@
}
{
g_thread_self
Memcheck:Leak
fun:*alloc
...
fun:g_slice_*
fun:g_thread_self
}
{
g_thread_create
Memcheck:Leak
fun:*alloc
...
fun:g_mutex_lock
...
fun:g_thread_create
}
{
g_slice_init_nomessage
Memcheck:Leak
fun:calloc
...
...
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