#!/bin/sh
valgrind --leak-check=full --show-reachable=yes --num-callers=50 \
  --suppressions=leak.supp \
  ./fped "$@"