mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Check indirect leaks
This commit is contained in:
parent
3fa393c498
commit
61d0605852
1 changed files with 2 additions and 1 deletions
|
@ -509,7 +509,8 @@ class Test(Loggable):
|
||||||
# TODO: errors-for-leak-kinds should be set to all instead of definite
|
# TODO: errors-for-leak-kinds should be set to all instead of definite
|
||||||
# and all false positives should be added to suppression
|
# and all false positives should be added to suppression
|
||||||
# files.
|
# files.
|
||||||
('errors-for-leak-kinds', 'definite'),
|
('errors-for-leak-kinds', 'definite,indirect'),
|
||||||
|
('show-leak-kinds', 'definite,indirect'),
|
||||||
('num-callers', '20'),
|
('num-callers', '20'),
|
||||||
('error-exitcode', str(VALGRIND_ERROR_CODE)),
|
('error-exitcode', str(VALGRIND_ERROR_CODE)),
|
||||||
('gen-suppressions', 'all')]:
|
('gen-suppressions', 'all')]:
|
||||||
|
|
Loading…
Reference in a new issue