mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-15 16:07:09 +00:00
80b880550f
- Ensures various shutdown codepaths (interface, cpu/audio, main/video, ...) run on proper thread(s) - Actually now runs the CloseAL() code - Try to ensure all detached threads exit ... seems to help keep Valgrind happy =)
15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
{
|
|
IGNORE glutCreateWindow allocation
|
|
Memcheck:Leak
|
|
match-leak-kinds: definite
|
|
fun:malloc
|
|
obj:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so
|
|
obj:/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
|
|
obj:/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
|
|
obj:/usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
|
|
fun:glXMakeContextCurrent
|
|
fun:fgOpenWindow
|
|
fun:fgCreateWindow
|
|
fun:glutCreateWindow
|
|
}
|