Root/leakcheck

Source at commit 23dc37014cfc9e163f20db112a42f8e8458a6e75 created 13 years 5 months ago.
By Xiangfu Liu, update to svn rev 5982, enable dh_auto_test
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