Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,144
Issues
1,144
List
Boards
Labels
Service Desk
Milestones
Merge Requests
141
Merge Requests
141
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
5ed6f89b
Commit
5ed6f89b
authored
Jan 22, 2021
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lsan-leaks' into 'master'
Lsan leaks See merge request
!3104
parents
4d609149
0d790505
Pipeline
#249312
passed with stages
in 46 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci/run-tests.sh
.gitlab-ci/run-tests.sh
+1
-0
lsan.supp
lsan.supp
+0
-1
No files found.
.gitlab-ci/run-tests.sh
View file @
5ed6f89b
...
...
@@ -9,6 +9,7 @@ backend=$2
# Ignore memory leaks lower in dependencies
export
LSAN_OPTIONS
=
suppressions
=
$srcdir
/lsan.supp
export
G_SLICE
=
always-malloc
case
"
${
backend
}
"
in
x11
)
...
...
lsan.supp
View file @
5ed6f89b
leak:g_quark_init
leak:xdg_mime_init
leak:libc.so
leak:libfontconfig.so
leak:libEGL_mesa.so
leak:iris_dri.so
...
...
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