valgrind-lua-noreadline.supp 124 B

123456789
  1. {
  2. <insert_a_suppression_name_here>
  3. Memcheck:Leak
  4. match-leak-kinds: all
  5. fun:*
  6. ...
  7. fun:luaB_dofile
  8. ...
  9. }