diff options
Diffstat (limited to 'test/aux-fixed/valgrind.supp')
-rw-r--r-- | test/aux-fixed/valgrind.supp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/aux-fixed/valgrind.supp b/test/aux-fixed/valgrind.supp new file mode 100644 index 000000000..5f3b8dfd4 --- /dev/null +++ b/test/aux-fixed/valgrind.supp @@ -0,0 +1,8 @@ +{ + macro_whitelist + Memcheck:Leak + fun:malloc + fun:store_malloc_3 + fun:macros_trusted + fun:main +} |