Root/leakcheck

Source at commit e1a04fa7beb3ee06cb45ed40aad7e92a91f6fd53 created 13 years 5 months ago.
By Xiangfu Liu, update take svn rev: 5983
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