diff options
author | Jari Vetoniemi <jari.vetoniemi@indooratlas.com> | 2020-04-04 23:59:51 +0900 |
---|---|---|
committer | Jari Vetoniemi <jari.vetoniemi@indooratlas.com> | 2020-04-04 23:59:51 +0900 |
commit | 7311a3ea25980c98307156bb16cf9a31b9228473 (patch) | |
tree | d36d9974af4ce083fa4dece5bdcb3eea7883190e /jni/iconv/srclib/malloca.valgrind | |
parent | 08b3c31dd0d0b12d63673691da72a40ae108a0d9 (diff) |
mkxp fixes
Diffstat (limited to 'jni/iconv/srclib/malloca.valgrind')
-rw-r--r-- | jni/iconv/srclib/malloca.valgrind | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jni/iconv/srclib/malloca.valgrind b/jni/iconv/srclib/malloca.valgrind deleted file mode 100644 index 52f0a50..0000000 --- a/jni/iconv/srclib/malloca.valgrind +++ /dev/null @@ -1,7 +0,0 @@ -# Suppress a valgrind message about use of uninitialized memory in freea(). -# This use is OK because it provides only a speedup. -{ - freea - Memcheck:Cond - fun:freea -} |