]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix memory leak in function benchMem 4392/head
authorjinyaoguo <guo846@purdue.edu>
Sun, 25 May 2025 19:21:23 +0000 (15:21 -0400)
committerjinyaoguo <guo846@purdue.edu>
Sun, 25 May 2025 19:21:23 +0000 (15:21 -0400)
commit4618b255eae0a2a7e36cbdb50276d734f039bd52
tree6410b163fb07670200fac6bd8325bde4344fa685
parentf9938c217da17ec3e9dcd2a2d99c5cf39536aeb9
Fix memory leak in function benchMem

`speedPerRound` is allocated at the start of benchMem to collect per-round speeds,
but is never freed, causing a leak on each invocation.
contrib/largeNbDicts/largeNbDicts.c