diff options
author | Erik Hennig <github@erik-hennig.me> | 2024-06-17 18:42:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 16:42:01 +0000 |
commit | 3c1c395dfc60ca202834f9c708fffda71606bf1a (patch) | |
tree | ae613b3c683d8410d83ee6b60e4602578a4e9eeb /support | |
parent | 6a3ccb656d4b74d2e3df14b746f21d67c8ba2029 (diff) | |
download | servo-3c1c395dfc60ca202834f9c708fffda71606bf1a.tar.gz servo-3c1c395dfc60ca202834f9c708fffda71606bf1a.zip |
Restore accidentally deleted suppression file and suppress intentional leak in stylo #32223 (#32527)
Co-authored-by: Jonas Zeunert <jonas@zeunert.org>
Diffstat (limited to 'support')
-rw-r--r-- | support/suppressed_leaks_for_asan.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/suppressed_leaks_for_asan.txt b/support/suppressed_leaks_for_asan.txt new file mode 100644 index 00000000000..7d618bef589 --- /dev/null +++ b/support/suppressed_leaks_for_asan.txt @@ -0,0 +1 @@ +leak:style::sharing::SHARING_CACHE_KEY::__init
\ No newline at end of file |