From 1224e656e3158f296036715611cf13b07bde0a84 Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 27 Dec 2023 01:54:03 +0000 Subject: [PATCH] chore: Add `net_(new|kill)_strerror` to cppcheck's allocators. This helps ensure strerrors are cleaned up everywhere. --- other/docker/cppcheck/toxcore.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/other/docker/cppcheck/toxcore.cfg b/other/docker/cppcheck/toxcore.cfg index f120246a..b497f9ea 100644 --- a/other/docker/cppcheck/toxcore.cfg +++ b/other/docker/cppcheck/toxcore.cfg @@ -92,6 +92,10 @@ new_networking_no_udp kill_networking + + net_new_strerror + net_kill_strerror + new_onion kill_onion