Fix memory leak (#2348)

* Fix memory leak

* Fix flaky errors
This commit is contained in:
yhirose
2026-02-08 15:49:30 -10:00
committed by GitHub
parent 5d717e6d91
commit 4e14bc8948
4 changed files with 11 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ STYLE_CHECK_FILES = $(filter-out httplib.h httplib.cc, \
$(wildcard example/*.h example/*.cc fuzzing/*.h fuzzing/*.cc *.h *.cc ../httplib.h))
all : test test_split
./test
LSAN_OPTIONS=suppressions=lsan_suppressions.txt ./test
proxy : test_proxy
@echo "Starting proxy server..."