Bug#988417: dcmtk: Memory leak in OFCharacterEncoding::selectEncoding

2021-05-17 Thread Jörg Riesmeier
> I see that people also directly called the cleanup API directly, eg: > > https://bugzilla.mozilla.org/show_bug.cgi?id=890127 > -> https://hg.mozilla.org/mozilla-central/rev/c77439f57dfc This was also my proposal to the author of this code, i.e. the ICU integration into DCMTK. For other

Bug#988417: dcmtk: Memory leak in OFCharacterEncoding::selectEncoding

2021-05-17 Thread Mathieu Malaterre
Package: dcmtk Version: 3.6.4-2.1 Followup-For: Bug #988417 Dear Maintainer, Here is a possible patch. -- System Information: Debian Release: 10.9 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'stable')

Bug#988417: dcmtk: Memory leak in OFCharacterEncoding::selectEncoding

2021-05-14 Thread Mathieu Malaterre
Hi Jörg, On Fri, May 14, 2021 at 1:40 PM Jörg Riesmeier wrote: > > > The DCMTK library seems to leaves memory around after the end of the > > process. > > Thank you for the report. I talked to the co-developer who introduced support > for ICU to the DCMTK. He pointed me to the following

Bug#988417: dcmtk: Memory leak in OFCharacterEncoding::selectEncoding

2021-05-14 Thread Jörg Riesmeier
> The DCMTK library seems to leaves memory around after the end of the > process. Thank you for the report. I talked to the co-developer who introduced support for ICU to the DCMTK. He pointed me to the following discussion on ICU:

Bug#988417: dcmtk: Memory leak in OFCharacterEncoding::selectEncoding

2021-05-12 Thread Mathieu Malaterre
Package: dcmtk Version: 3.6.4-2.1 Severity: normal Dear Maintainer, The DCMTK library seems to leaves memory around after the end of the process. Steps: % valgrind --show-leak-kinds=all --leak-check=full dcmconv +U8 input.dcm output.dcm ==5076== Memcheck, a memory error detector ==5076==