Added more leak checks

This commit is contained in:
fedir 2025-05-13 18:01:03 +02:00
parent c8f19fe30d
commit 33f55384bc
Signed by: fedir
GPG Key ID: C959EE85F0C9362C

View File

@ -47,7 +47,7 @@ else
echo "Database protection will not be tested due to the lack of setuid capabilites."
echo "To test it, run this script with '--setuid'."
#valgrind --leak-check=full -s ../build/icfs -o default_permissions -o debug ./protected ./.pt.db 2>&1 | grep "==\|zenity\|Permission\|column\|callback" &
valgrind --leak-check=full -s ../build/icfs -o default_permissions ./protected ./.pt.db &
valgrind --leak-check=full --show-leak-kinds=all -s ../build/icfs -o default_permissions ./protected ./.pt.db &
sleep 5
fi