Root/leakcheck

Source at commit 1d7eccb06b61f239b9671617488f33910286f0f1 created 10 years 1 month ago.
By Werner Almesberger, dump.c: add dumping of %iprint
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