mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
legacy.c: fix memory leaks
This commit is contained in:
@ -134,7 +134,7 @@ debug: pzstd$(EXT) tests roundtrip
|
||||
|
||||
.PHONY: tsan
|
||||
tsan: PZSTD_CCXXFLAGS += -fsanitize=thread -fPIC
|
||||
tsan: PZSTD_LDFLAGS += -fsanitize=thread -pie
|
||||
tsan: PZSTD_LDFLAGS += -fsanitize=thread
|
||||
tsan: debug
|
||||
|
||||
.PHONY: asan
|
||||
|
Reference in New Issue
Block a user