Project

General

Profile

Actions

Feature #996

closed

Leak checkers don't like the ICU library

Added by Jan Schlamelcher about 4 years ago. Updated over 2 years ago.

Status:
Rejected
Priority:
Low
Assignee:
-
Category:
Library and Apps
Target version:
-
Start date:
2021-07-05
Due date:
% Done:

0%

Estimated time:
Module:
Operating System:
Compiler:

Description

The ICU library does not free some resources on program shutdown as an optimization. Leak checkers hate this simple trick, as reported by the Debian folks: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=988417 .
The ICU library provides a workaround that may be called to cleanup these resources as part of unit tests or debug builds that may require it to not clutter the diagnostic output. Add a new function to OFCharacterEncoding that calls this cleanup code (u_cleanup()) and use it appropriately.

Actions #1

Updated by Jörg Riesmeier over 2 years ago

  • Status changed from New to Rejected
Actions #2

Updated by Jörg Riesmeier over 2 years ago

  • Category set to Library and Apps
  • Priority changed from Normal to Low

Support for ICU will be removed in a future version of DCMTK, so there is no need to implement this feature.

Actions

Also available in: Atom PDF