Hi,

i agree and for the ICU part. Calling u_cleanup will free resources owned
by ICU libraries. Converters used by Qt are already properly released so
this is not an Qt issue.

>From ICU Api help: The use of u_cleanup() just before an application
terminates is optional, but it should be called only once for performance
reasons. The primary benefit is to eliminate reports of memory or resource
leaks originating in ICU code from the results generated by heap analysis
tools.

Regards,
Luka
Dne 31. okt. 2013 09:36 je oseba "Friedemann Kleint" <
friedemann.kle...@digia.com> napisala:

> Hi,
>
>  >I dislike those because we're incurring overhead at shutdown to do
> something
>  >that doesn't need doing, except to keep tools happy.
>
> For the platform printer support, it makes sense since it can
> potentially have handles open or similar. Not sure about the ICU leak,
> though?
>
> Regards,
> Friedemann
>
> --
> Friedemann Kleint
> Digia, Qt
>
> _______________________________________________
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to