summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2020-09-01 17:36:12 +0100
committerReuben Thomas <rrt@sc3d.org>2020-09-01 21:32:34 +0100
commitcc65833ad1921d1877f8fd71ab6e06475b53e324 (patch)
treebe7f96eb99d64b4b5d475d801c47aaf8472d6420
parent75ab58ff4f5a181d2e835368c6d781f295ecfd4f (diff)
downloadenchant-cc65833ad1921d1877f8fd71ab6e06475b53e324.tar.gz
tests/asan-suppressions.txt: add a leak suppression
For set_relocation_prefix, which does not do any allocation, but could easily have set_this_relocation_prefix inlined in it.
-rw-r--r--tests/asan-suppressions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/asan-suppressions.txt b/tests/asan-suppressions.txt
index 89dc7cd..f066ce2 100644
--- a/tests/asan-suppressions.txt
+++ b/tests/asan-suppressions.txt
@@ -3,3 +3,4 @@ leak:getdelim
# gnulib
leak:set_this_relocation_prefix
+leak:set_relocation_prefix