1
0
Fork 0
mirror of https://github.com/Chatterino/chatterino2.git synced 2024-11-21 22:24:07 +01:00
mirror-chatterino2/.sanitizers
pajlada 3f7671000a
Fix memory leaks & data races in tests ()
* 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 :-)
2023-08-27 12:07:46 +00:00
..
asan-suppressions Fix memory leaks & data races in tests () 2023-08-27 12:07:46 +00:00
lsan-suppressions Fix memory leaks & data races in tests () 2023-08-27 12:07:46 +00:00
tsan-suppressions Fix memory leaks & data races in tests () 2023-08-27 12:07:46 +00:00
ubsan-suppressions Fix memory leaks & data races in tests () 2023-08-27 12:07:46 +00:00