chiark / gitweb /
Build system: Fix check for <linux/if_tun.h> and remove our copy
[secnet.git] / test-example / memcheck.suppressions
1 {
2    secnet_read_conffile
3    Memcheck:Leak
4    ...
5    fun:read_conffile
6    fun:main
7 }
8 {
9    secnet_enter_phase
10    Memcheck:Leak
11    ...
12    fun:enter_phase
13    fun:main
14 }