1
0
mirror of https://github.com/facebook/zstd.git synced 2026-01-06 11:21:19 +03:00
Files
zstd/tests/fullbench.c
jinyaoguo cad0b72ad8 Ensure BMK_timedFnState is always freed in benchMem
When an error occurs in BMK_isSuccessful_runOutcome, the code
previously skipped the call to BMK_freeTimedFnState(tfs),
leaking the allocated tfs object.
Fiexed by calling BMK_freeTimedFnState(tfs) before goto _cleanOut.
2025-06-12 19:52:58 -04:00

46 KiB