mirror of https://github.com/Cisco-Talos/clamav
Fix VI memory leak (bb #2291).
Also run clamscan under valgrind in the unit tests to catch these memory leaks in the future.0.96
parent
8f6bf9fc08
commit
5ba28e7371
@ -0,0 +1,5 @@ |
||||
#!/bin/sh |
||||
. $srcdir/check_common.sh |
||||
init_valgrind |
||||
WRAPPER="$VALGRIND $VALGRIND_FLAGS" test_clamscan 9 |
||||
end_valgrind |
Loading…
Reference in new issue