mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
3f7671000a
* Add a few pre-made sanitizer suppressions * Test Sanitization: Fix threading issues * Test Sanitization: Allow deletion of PubSub We still don't delete it in main code, but this allows us to try deleting it in tests. * Test Sanitization: Fix some memory leaks * fix gtest clang-tidy warning * const emojis test :-)
4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
# Ignore openssl issues
|
|
leak:libcrypto.so.3
|
|
leak:CRYPTO_zalloc
|