diff options
author | Allan McRae <allan@archlinux.org> | 2016-09-03 20:13:35 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-09-03 20:38:13 +1000 |
commit | fac4831a091eda447780d5d1e1e572b14ebb0338 (patch) | |
tree | 93454decbec152d91f4400873034814eb4edbfd1 /test/pacman/tests/TESTS | |
parent | d560a9aecd4027bf23e3d5caf556624797e8f939 (diff) |
Fix memory leak in remove_notify_needed_optdepends
Also add pactest which captures this leak when run under valgrind.
Reported-by: Sergey Petrenko
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/TESTS')
-rw-r--r-- | test/pacman/tests/TESTS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/tests/TESTS b/test/pacman/tests/TESTS index bd5a0b64..2d877962 100644 --- a/test/pacman/tests/TESTS +++ b/test/pacman/tests/TESTS @@ -109,6 +109,7 @@ TESTS += test/pacman/tests/querycheck002.py TESTS += test/pacman/tests/querycheck_fast_file_type.py TESTS += test/pacman/tests/reason001.py TESTS += test/pacman/tests/remove-assumeinstalled.py +TESTS += test/pacman/tests/remove-optdepend-of-installed-package.py TESTS += test/pacman/tests/remove-recursive-cycle.py TESTS += test/pacman/tests/remove001.py TESTS += test/pacman/tests/remove002.py |