Root/leakcheck

Source at commit 0fb83ed27446be7bc114945ca6e74895ac4e65b6 created 13 years 5 months ago.
By Xiangfu Liu, use usual name for orig tarball top-level directory
1#!/bin/sh
2valgrind --leak-check=full --show-reachable=yes --num-callers=50 \
3  --suppressions=leak.supp \
4  ./fped "$@"
5

Archive Download this file

Branches:
master



interactive