Introduction
Introduction Statistics Contact Development Disclaimer Help
Avoid memory leak in character-benchmark - libgrapheme - unicode string library
git clone git://git.suckless.org/libgrapheme
Log
Files
Refs
README
LICENSE
---
commit decd5b53f1f1303d1f351e85238cad4987b8b6f0
parent 4182a14424c1e27b943187e230948ee31d6d66ba
Author: Laslo Hunhold <[email protected]>
Date: Sat, 8 Oct 2022 13:16:51 +0200
Avoid memory leak in character-benchmark
Signed-off-by: Laslo Hunhold <[email protected]>
Diffstat:
M benchmark/character.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/benchmark/character.c b/benchmark/character.c
@@ -80,6 +80,7 @@ main(int argc, char *argv[])
&baseline, NUM_ITERATIONS, p.buflen - 1);
free(p.buf);
+ free(p.buf_utf8proc);
return 0;
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.