Add valgrind suppression file for libpopt
[babeltrace.git] / extras / valgrind / popt.supp
diff --git a/extras/valgrind/popt.supp b/extras/valgrind/popt.supp
new file mode 100644 (file)
index 0000000..61b5465
--- /dev/null
@@ -0,0 +1,8 @@
+{
+       <poptGetArg-within-popt>
+       Memcheck:Leak
+       fun:malloc
+       fun:poptGetNextOpt
+       fun:main
+}
+
This page took 0.023115 seconds and 4 git commands to generate.