mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +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
|
||||
# and all false positives should be added to suppression
|
||||
# files.
|
||||
('errors-for-leak-kinds', 'definite'),
|
||||
('errors-for-leak-kinds', 'definite,indirect'),
|
||||
('show-leak-kinds', 'definite,indirect'),
|
||||
('num-callers', '20'),
|
||||
('error-exitcode', str(VALGRIND_ERROR_CODE)),
|
||||
('gen-suppressions', 'all')]:
|
||||
|
|
Loading…
Reference in a new issue