From: Arnaud Giersch Date: Tue, 8 Oct 2013 19:23:03 +0000 (+0200) Subject: Add valgrind suppressions for the Lua interpreter. X-Git-Tag: v3_9_90~38^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c7880796b3d15d33853c95944f1358c71fc0eee4 Add valgrind suppressions for the Lua interpreter. --- diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 6af801963a..7c2feea656 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -72,3 +72,11 @@ fun:aagparse fun:agconcat } + +# We're not interested by memory leaks in the Lua interpreter +{ + Memory leak in lua + Memcheck:Leak + ... + fun:luaD_precall +}