On quinta-feira, 31 de outubro de 2013 12:21:46, Luka Vilar wrote:
> 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.

Let me ask you this:

what happens if Qt was loaded by a plugin to the main application, this plugin 
gets unloaded (thus, the Q_GLOBAL_STATIC destructors get run), but ICU is in 
use by the application?

How will ICU react to u_cleanup being run and then more functions get called?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to