[Development] Qt 5.2 Beta, possible memory leak(s)

Thiago Macieira thiago.macieira at intel.com
Thu Oct 31 16:16:36 CET 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20131031/ca25cbd2/attachment.sig>


More information about the Development mailing list