#! /bin/bash

valgrind --tool=memcheck --leak-check=yes --error-exitcode=1 "$@" && exit 0
>confmdmemleak
exit 0
