Suppress valgrind errors due to system libraries
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 17 Aug 2023 06:02:17 +0000 (15:02 +0900)
committerSangjung Woo <again4you@gmail.com>
Fri, 15 Dec 2023 06:28:15 +0000 (15:28 +0900)
commit94dadc4bbe4cd252d80a3350b9fa99b826b24c57
tree2ed75f23f3c25e3189e4c93f420b991c336f55a7
parentf6ca9c1100a9c19606c785f5d91ad86ef9aeb5d0
Suppress valgrind errors due to system libraries

Added a valgrind-suppression configuration that ignores Valgrind errors from:
- Python runtime
- Between glib/gstreamer
- Not freeing memory allocated by gstreamer/gobject class init.

This works with SSAT 1.3.0+.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
.github/workflows/ubuntu_clean_meson_build.yml
packaging/run_unittests_binaries.sh
tools/debugging/valgrind_suppression [new file with mode: 0644]