Control: found -1 3.6.8-5
% valgrind --leak-check=full --show-leak-kinds=all dcm2json
charsettests/SCSARAB output.json
==58329== Memcheck, a memory error detector
==58329== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==58329== Using Valgrind-3.20.0 and LibVEX; rerun with -h f
As pointed out by upstream, one must export the following:
You should set the environment variable ICONV_MAX_REUSE to zero
before running such tests:
export ICONV_MAX_REUSE=0
valgrind --leak-check=full ...
Which gives now the reduced set of leaks:
% valgrind --leak-check=full --show-l
Source: dcmtk
Version: 3.6.8~git20231027.1549d8c-2
Looks like there is a memory leak using the new citrus/oficonv lib:
curl -O https://dclunie.com/images/charset/charsettests.20070405.tar.bz2
tar xf charsettests.20070405.tar.bz2
valgrind --leak-check=full --show-leak-kinds=all dcm2json
charsette
3 matches
Mail list logo