File: misc.supp

package info (click to toggle)
gxr-openvr 0.15.1-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye
  • size: 1,724 kB
  • sloc: ansic: 15,256; sh: 72; xml: 71; awk: 35; makefile: 19
file content (25 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
   libpixman
   Memcheck:Leak
   match-leak-kinds: reachable
   fun:calloc
   ...
   obj:/usr/lib/libpixman-1.so.*
   ...
}
{
   glfwInit
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:glfwInit
}
{
   XcursorImageLoadCursor
   Memcheck:Leak
   match-leak-kinds: reachable
   ...
   fun:_XcursorGetDisplayInfo
   fun:XcursorSupportsARGB
   fun:XcursorImageLoadCursor
}