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

2013-10-31 Thread Luka Vilar
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 onl

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

2013-10-30 Thread Luka Vilar
Hi, and thanks for the info. Regards, Luka On 30 October 2013 15:21, Friedemann Kleint wrote: > Hi, > > here is a fix for printing: https://codereview.qt-project.org/69686 > > Regards, > Friedemann > > -- > Friedemann Kleint > Digia, Qt > > ___ > Deve

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

2013-10-30 Thread Luka Vilar
Hi all, using Qt 5.2 beta on Windows 7 x64, compiled with Visual Studio 2012 update 3 i am getting two annoying reports of memory leaks. First is from using ICU and not calling u_cleanup() API on module unload and the second is from QPrinterInfo::defaultPrinter() not cleaning up QPlatformPrinterSu