~jamesodhunt/ubuntu/trusty/upstart/1.12.1

1
2
3
4
5
6
7
8
9
10
# This is a valgrind suppressions file.

# utmp(x)name leaks the filename we pass
{
    utmpname-filename
    Memcheck:Leak
    fun:malloc
    fun:strdup
    fun:utmpname
}