diff options
| author | grm <grm@eyesin.space> | 2025-11-23 22:54:56 +0200 |
|---|---|---|
| committer | grm <grm@eyesin.space> | 2025-11-23 22:54:56 +0200 |
| commit | a4acc4cd3a4ef237fb7238894336bbc4af659e07 (patch) | |
| tree | 68d05d5cc4c1900e6c19ee9bf3b6b06a1ce5fafd /lsan.supp | |
| parent | 8f00dd3df55677beff2924d2c6eec205744ebdf6 (diff) | |
| download | synth-project-a4acc4cd3a4ef237fb7238894336bbc4af659e07.tar.gz synth-project-a4acc4cd3a4ef237fb7238894336bbc4af659e07.tar.bz2 synth-project-a4acc4cd3a4ef237fb7238894336bbc4af659e07.zip | |
add lsan supression
Diffstat (limited to 'lsan.supp')
| -rw-r--r-- | lsan.supp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lsan.supp b/lsan.supp new file mode 100644 index 0000000..c2e910f --- /dev/null +++ b/lsan.supp @@ -0,0 +1,23 @@ +# Suppress leaks from PulseAudio +leak:libpulse.so + +# Suppress leaks from PipeWire +leak:libpipewire + +# Suppress leaks from ALSA +leak:libasound.so + +# Suppress leaks from PortAudio +leak:libportaudio.so + +# Suppress leaks from PortMidi +leak:libportmidi.so + +# leak:pa_context_set_sink_mute_by_name +# leak:pa_sample_format_is_be +# leak:pa_stream_get_format_info +# leak:pa_stream_write_ext_free +# leak:pm_add_device +# leak:pm_strdup +# leak:Pt_Start +# leak:snd_pcm_hw_params_malloc
\ No newline at end of file |
